mmdetection source note: interpretation of cascade_rcnn.py for creating network model (middle)
Introduction:
The cascade_rcnn.py file is in the moels/detections folder. The code interpretation of the file cascade_rcnn.py is based on the data information of the PY configuration file configs/cascade_rcnn_r50_fpn_1x.py.
Moels/detection scade_rc ...
Posted by fleabay on Sun, 18 Aug 2019 11:30:36 +0200
What can you do with Python? Visualize Wechat Friends with Pyecharts. It's cool.
Recently, we are studying the use of pyecharts, which is a visual tool of python. Then we want to play together with Wechat and see the effect directly.
[Img-0BvoMCek-1565876828599 (https://upload-images.jianshu.io/upload_images/17885815-83e5faa94bc6 ...
Posted by jarriola on Thu, 15 Aug 2019 16:15:52 +0200
File & Recursive & Byte Stream
1.File class
1.1 File Class Overview and Construction Method [Application]
Introduction to File Class
It is an abstract representation of file and directory pathnames
Files and directories can be encapsulated as objects through File
For File, ...
Posted by nimbus on Thu, 15 Aug 2019 13:21:02 +0200
Channel Channel Channel
The first part of the Go tutorial series Notebook Interface
Part 2 of the Go tutorial series Notebook Interface
Go tutorial series notes concurrent introduction
Go tutorial series notes goroutine
Go tutorial series notes Channel channel
Go Tutorial Series Note Buffer Channel and Work Pool
Go Tutorial Series Notes Select
Go tutorial series note ...
Posted by seavolvox on Wed, 14 Aug 2019 11:22:50 +0200
Data Structure in Algorithms-Linear Table Explanation
Preface
Pass through the front Data Structure and Algorithmic Leader Now that we know some of the concepts and importance of data structures, let's summarize the related content of linear tables today. Of course, I share with you my understanding.
In fact, to be honest, many people may still be confused about the differences and links between ...
Posted by sys4dm1n on Wed, 14 Aug 2019 09:27:50 +0200
[Thread pool of java thread-related knowledge] What is a thread pool?
What is thread pool and how to use it?
Thread pool is to put multiple thread objects into a container, when used, it can take threads directly in the pool instead of new threads, which saves the time of opening sub-threads and improves the efficie ...
Posted by gofer on Wed, 14 Aug 2019 08:45:17 +0200
Finding (java) in the two-dimensional array offer ed by the sword finger - Super detailed!!!
Topic Description
In a two-dimensional array (each one-dimensional array has the same length), each row is sorted in the order of increasing from left to right, and each column is sorted in the order of increasing from top to bottom. Please comp ...
Posted by dunn_cann on Tue, 13 Aug 2019 15:54:06 +0200
"Glossary" based on Python 3
51. Programming:
Instructions for the computer to execute.
52. Code:
Commands to be executed by a computer.
53. The underlying programming language:
Compared with advanced languages, it is closer to binary languages.
54. Advanced programming languages:
It reads like an easy-to-understand language in English.
55. Assembly ...
Posted by mooler on Tue, 13 Aug 2019 15:38:53 +0200
How to use 7z SDK to compress files in VC
First login 7z official organization website https://www.7-zip.org/ Friends with poor English can switch to Chinese first.
Open the LZMA SDK page on the left and download the latest SDK and instructions as shown below.
After downloading, SD ...
Posted by Fruct0se on Tue, 13 Aug 2019 15:23:31 +0200
RBAC permission framework_MVC permission framework
RBAC Role-Based Access Control (RBAC) is a role-based access control framework. It is very convenient to manage privileges through user-role-privilege association. What is it? RBAC Please do it yourself. Baidu.
Thank you for your support. If there are any mistakes in the article, please contact me or email me linjie.rd@gmail.com. A small gift ...
Posted by nilesh on Tue, 13 Aug 2019 13:48:42 +0200