cascade-rcnn_Pytorch icon indicating copy to clipboard operation
cascade-rcnn_Pytorch copied to clipboard

An implementation of Cascade R-CNN: Delving into High Quality Object Detection.

Results 25 cascade-rcnn_Pytorch issues
Sort by recently updated
recently updated
newest added

ModuleNotFoundError: No module named 'model.utils.cython_bbox'

Hi, thanks for your code! I use your code for training and it succeed, however, when it comes to testing, I am encountered with a weird error: CUDA_VISIBLE_DEVICES=0,1,2,3 python test_net.py...

(python36) pytorch@pytorch:~/cascade-rcnn_Pytorch$ CUDA_VISIBLE_DEVICES=0 python demo.py exp_name --dataset pascal_voc --net detnet59 --checksession 1 --checkepoch 19 --checkpoint 631 --cuda --soft_nms Called with args: Namespace(cascade=False, cfg_file='cfgs/detnet59.yml', checkepoch=19, checkpoint=631, checksession=1, class_agnostic=False, cuda=True, dataset='pascal_voc', exp_name='exp_name',...

Thanks you for giving out the source code. I train my own data with the code but the GPU utility is always stayed at 0%. I have tested the code...

I have made a lot of mistakes in running this program. I want to know if anyone has successfully run this program.

i use torch=0.3.1 torchvision=0.3.1 cuda=9.0 when I try to train this network, I got this error : should i use torch=0.2.0? Traceback (most recent call last): File "/home/tju/software/pycharm-2018.2.1/helpers/pydev/pydevd.py", line 1664,...

It cost me two days to solve the error and i almost try every solutions on the network. Luckily, it work. Change the code of `bbox_decode()` function in `bbox_transform.py` as...

The torch official website has no version below 0.4.0, this code is no longer applicable? I have seen many packages that have not been seen before.i hope you reply.Thanks

Does any one train this pytorch cascade RCNN model on COCO dataset? What's your mAP? Could the mAP of this repo reach the level of official cascade RCNN version?