-
When the class Point_Rcnn which is if I understand correctly the model class, calls RCNNNet it is using a dict created as folllow :
```
rcnn_input_info = {'rpn_xyz': backbone_xyz,
…
-
Hello,
Has anyone got an error message at the beginning of the training claiming this:
Floating point exception(core dumped) ./tools/train_net.py --gpu ${GPU_ID} --solver models/${PT_DIR}/${NET}/fas…
-
Hi, When I'm training my own data in faster rcnn, I go into the solving step, python will quits unexpectedly.I don't know what happen.
```
Liude-MacBook-Pro:~ andyu78945$ cd /Users/andyu78945/py-fas…
-
Hi everyone,
I am in China, I find that I can't download the caffemodel by "sh data/scripts/fetch_faster_rcnn_models.sh" with some reasons that I can't solved.Can someone send the model to me?
-
I'm trying to train the faster_rcnn_end2ned network on the default voc_2007 dataset. I'm using the default files and my model learns nothing so, at the end, I get this error:
`BB = BB[sorted_ind, :]
…
-
I tried to find resnet pretrained model, but there are models for VGG and ZF..
https://github.com/rbgirshick/py-faster-rcnn/issues/62
this issue says that there is a resnet pretrained model.
I cann…
-
Hi, I'm trying to compile py-faster-rcnn(downloaded from here: https://github.com/rbgirshick/py-faster-rcnn) on windows.
When I run "python .\lib\setup.py build_ext --inplace", I got this error:
Att…
-
I follow the installation guide and get stuck at Downloading pre-computed Faster R-CNN detectors.
> cd $FRCN_ROOT
> ./data/scripts/fetch_faster_rcnn_models.sh
The file seems to be removed from…
-
i want to use the nms mentioned in https://github.com/bharatsingh430/soft-nms,how to change the code?
-
I am trying to run the demo.py. but, when I try this command " /data/scripts/fetch_faster_rcnn_models.sh ", then it shows these errors.
gzip: stdin: not in gzip format
tar: Child returned status 1
…