[BUG] A lot of threads create and destroy when training cascade rcnn
See original GitHub issueDescribe the bug Hi, there. I found there are a lot of threads creating and destroying when training cascade rcnn. However, it is normal when training faster rcnn.
Reproduce Procedure:
MXNET_ENGINE_TYPE=NaiveEngine gdb python3
r detection_train.py --config config/cascade_rcnn/cascade_r101v1_fpn_1x.py
Which config are you using
config/cascade_rcnn/cascade_r101v1_fpn_1x.py
**Which dataset are you using ** MSCOCO
Software info Linux, CUDA 9 python: 3.6.6 MXNet: installed by pip https://github.com/TuSimple/simpledet/blob/master/doc/INSTALL.md
How did you set up your MXNet for SimpleDet
GDB will print a lot thread creating and destroying.
Additional context I set naive_engine mode for MXNet, in order to disable the creating of extra threads.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
[BUG] A lot of threads create and destroy when training cascade ...
Describe the bug Hi, there. I found there are a lot of threads creating and destroying when training cascade rcnn. However, it is...
Read more >Selective Search for Object Detection (C++ / Python)
This tutorial explains selective search for object detection with OpenCV C++ and Python code.
Read more >Tracking multiple objects with OpenCV - PyImageSearch
This guide will teach you how to perform real-time multi-object tracking using OpenCV, Python, and the eight built-in object tracking ...
Read more >Deep Learning with PyTorch
provides all the building blocks needed to build neural networks and train them. Fig- ure 1.2 shows a standard setup that loads data,...
Read more >The Garden of Forking Paths | Kaggle
Some use cases: adapting/merging/ense ① t's waaay too easy to unwantedly create/fork a script; that causes a lot of totally ① unnecessary orphan...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Glad to see the issue solved. I will bump up the prebuilt wheel version shortly.
After set breakpoint on the pthread_creat, I got
Noting very intuitive comes up. I will try with a debug bulid later today.