GYQAme

Results 2 issues of GYQAme

亲爱的作者,当我运行CUDA_VISIBLE_DEVICES=3 python3 fsod_train_net.py --num-gpus 1 --dist-url auto --config-file configs/fsod/meta_training_coco_resnet101_stage_1.yaml您所说的训练脚本时候,会报 query_cls = query_cls[0] IndexError: list index out of range的错误,我看您在query_cls = query_cls[0] 位置也有专门输出查看,请问这个错误我该如何解决呢?

How do you separate the training and test scripts without running the training script every time you test?