Open hugonbgg opened 5 years ago
@hugonbg Sorry about that. webcam.py
is not modified for this project. If you want to use it, please modify it accordingly.
I can successfully run fcos_demo.py I can successfully run fcos_demo.py, but when I try to run webcam.py, I get the error:
Traceback (most recent call last): File "webcam.py", line 80, in main () File "webcam.py", line 64, in main min_image_size = args.min_image_size, TypeError: init () got an unexpected keyword argument 'confidence_threshold'
The same error occours in Mask_R-CNN_demo.ipynb.
I am using : Windows 10 Python 3.7 pytorch 1.1.0 py3.7_cuda100_cudnn7_1 pytorch torchvision 0.3.0 py37_cu100_1 pytorch
hello,did u successfully run the demo on win10?could you give me some advice about the error after i run the demo.py:
(tree) F:\somecoders\FCOS-master>python demo/fcos_demo.py
Traceback (most recent call last):
File "demo/fcos_demo.py", line 109, in
I can successfully run fcos_demo.py I can successfully run fcos_demo.py, but when I try to run webcam.py, I get the error:
Traceback (most recent call last): File "webcam.py", line 80, in
main ()
File "webcam.py", line 64, in main
min_image_size = args.min_image_size,
TypeError: init () got an unexpected keyword argument 'confidence_threshold'
The same error occours in Mask_R-CNN_demo.ipynb.
I am using : Windows 10 Python 3.7 pytorch 1.1.0 py3.7_cuda100_cudnn7_1 pytorch torchvision 0.3.0 py37_cu100_1 pytorch