simpledet icon indicating copy to clipboard operation
simpledet copied to clipboard

A Simple and Versatile Framework for Object Detection and Instance Recognition

Results 44 simpledet issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. On executing the below command I am facing segmentation fault and I know that there is the...

Hello, I had an error using the network (https://github.com/TuSimple/simpledet/blob/master/config/tridentnet_r50v1c4_c5_1x.py). I use Pascal VOC (https://github.com/TuSimple/simpledet/blob/master/utils/create_voc_roidb.py) and then train the model without a problem: python3 detection_train.py --config config/tridentnet_r50v1c4_c5_1x.py But when I do...

After installation following introductions in README.md,when I run `python detection_infer_speed.py --config config/faster_r50v1_fpn_1x.py --shape 800 1333` I got segmentation fault: > [16:48:48] src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:97: Running performance tests to find the best convolution...

Hello, I want to train a faster rcnn model on my custom data. I followed the getting started tutorial but when I ran the create_coco_roidb command I got this error....

Do the models(especially variants of Faster RCNN) support batching during inference currently?

It don't import mxnet in https://oss.aflat.top/simpledet.img, I find python3 version is 3.5 in img, and mxnet in python3.6, I want to know how to solve! I install python3.6.8 in simpledet.img,...

Please help check whether this version still compatible to current codebase. @RogerChern

I have a question! How to calculate the classification accuracy and positioning accuracy of the current model on the validation set for every epoch in the training process, just like...