bjz0926
bjz0926
model config: vis/masktrack_rcnn/masktrack_rcnn_x101_fpn_12e_youtubevis2021.py model input: input video folder errors describtion: Using inference_mot inference the result, ids = result['track_bboxes'][0][:,0].tolist() print(ids) ########## [1, 10, 2, 6, 3, 14, 32, 13, 17, 7,...
mod stage2_cINN/main.py file, if PFVD < best_PFVD: torch.save(save_dict, save_path + '/checkpoint_best_val.pth') ________________________________________________ if PFVD < best_PFVD: torch.save(network.state_dict(), save_path + '/checkpoint_best_val.pth') by python -W ignore -m stage2_cINN.main -gpu -cf stage2_cINN/configs/ I...