sfd.pytorch
sfd.pytorch copied to clipboard
import error:cannot import name 'cfg'
Then I run the command:
python3 detector.py --image ./image/test.jpg --model ./epoch_204.pth.tar
Then I got this error:
Traceback (most recent call last):
File "detector.py", line 11, in
i changed cfg to cfgs for solution