Closed Luxiangxianghy closed 2 years ago
Running val.py brings up ValueError: not enough values to unpack (expected 2, got 1) val.py No parser.add_argument('--otaloss', type=str, default='origin', help='use yolov7 or yolox') How can I solve it?
You can update the latest code, or update val.py, add --otaloss yolox when running val.py
--otaloss yolox
You can update the latest code, or update val.py, add --otaloss yolox when running val.py Thank you, solved
Running val.py brings up ValueError: not enough values to unpack (expected 2, got 1) val.py No parser.add_argument('--otaloss', type=str, default='origin', help='use yolov7 or yolox') How can I solve it?