-
(tensorflow1) C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most …
-
Hi,
I'm trying to run the demo of **py-faster-rcnn** with `python ./tools/demo.py --gpu 0 --net vgg16`.
I have done all the previous steps. But now I get this error:
> Traceback (most recent ca…
-
I am trying to run detection from a model that I trained with jwyang's repository but now I need to run it on CPU which that respo does not provide. I have changed the anchor sizes and anchor scales a…
-
I get the following error when I run the sample:
```
mona@pascal:~/computer_vision/py-faster-rcnn$ ./tools/demo.py
Traceback (most recent call last):
File "./tools/demo.py", line 18, in
from f…
-
Hi, excellent project, I had fun reading your code.
I did some expriments by reconfiguring the codes and the pretrained coco weight to adapt python2.7 and a 2 class problem. I also disabled multipr…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
Traceback (most recent call last):
File "c:/Users/Du/Desktop/faster-rcnn-pytorch-master/faster-rcnn-pytorch-master/train_copy.py", line 439, in
fit_one_epoch(model, train_util, loss_history, …
-
VIDEOIO ERROR: V4L: can't open camera by index 0
Traceback (most recent call last):
File "/home/njust/ZB/Mask_RCNN-master/samples/demo.py", line 81, in
results = model.detect([frame], verbos…
-
I am using the following command to create a **LVISv0.5 Instance Segmentation video** using the LVISv0.5 configs:
`python demo.py --config-file ../configs/LVISv0.5-InstanceSegmentation/mask_rcnn_X_…