cascade_rcnn_gluon icon indicating copy to clipboard operation
cascade_rcnn_gluon copied to clipboard

Cascade R-CNN forked from gluon-cv

Results 10 cascade_rcnn_gluon issues
Sort by recently updated
recently updated
newest added

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Greatest,i had run the train_cascade_rcnn.py successfully in a new python env! Here i want to use it in my base python env. But in it had already installed another version,that...

Hi, it occured a bug like that: Traceback (most recent call last): File "train_cascade_rcnn.py", line 506, in net = get_model(net_name, pretrained_base=False) File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\model_zoo.py", line 120, in get_model File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\cascade_rcnn\cascade_rcnn.py", line...

Hi, it occured a bug like that: Traceback (most recent call last): File "train_cascade_rcnn.py", line 506, in net = get_model(net_name, pretrained_base=False) File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\model_zoo.py", line 120, in get_model File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\cascade_rcnn\cascade_rcnn.py", line...

why i run the code following the instruction, it shows "cascade_rcnn_vgg16_pruned_voc" is not supported ??

If you try to fix one bug, it appears another one. There are lots of mistakes in your project.

SyntaxError: invalid syntax cls_pred, box_pred, *sample_data = cascade_rcnn_stage It shows that *sample_data has invalid syntax, how can i fix it ? Thx a lot

cascade_rcnn_vgg16_pruned_voc Traceback (most recent call last): File "scripts/detection/cascade_rcnn/train_cascade_rcnn.py", line 490, in net = get_model(net_name, pretrained_base=True) File "/home/cascade_rcnn_gluon/gluoncv/model_zoo/model_zoo.py", line 115, in get_model net = models[name](**kwargs) File "/home/cascade_rcnn_gluon/gluoncv/model_zoo/cascade_rcnn/cascade_rcnn.py", line 672, in cascade_rcnn_vgg16_pruned_voc...

![1719225081250(1)](https://github.com/zzdang/cascade_rcnn_gluon/assets/67446107/fb0a54e7-7345-4d4a-8dea-0cb62502f1c6)