Following the README.md, the ytvis dataset folder will be in the root directory of this repository. Excecuting the inference.py script in the same directory will cause an error as it expects ytvis to be in a parent directory:
|
parser.add_argument('--img_path', default='../ytvis/val/JPEGImages/') |
Following the README.md, the
ytvisdataset folder will be in the root directory of this repository. Excecuting theinference.pyscript in the same directory will cause an error as it expectsytvisto be in a parent directory:SeqFormer/inference.py
Line 108 in edbfba4