AGN-pytorch
AGN-pytorch copied to clipboard
Where are the weight files
when i run the video_inference_cv.py, there is an error: No such file or directory: 'data\tmp\G_20epochs_09132019.pth.tar'
parser.add_argument( '--modelA', type=str, default=os.path.join('data', 'tmp', 'G_20epochs_09132019.pth.tar'), help='Path to model file') parser.add_argument( '--modelB', type=str, default=os.path.join('data', 'tmp', 'AGN_G_09232019_Jennifer_Lopez_3.pth.tar'), help='Path to model file') parser.add_argument( '--modelft', type=str, default=os.path.join('data', 'tmp', 'model_ft_acc98_09202019.pth.tar'), help='Path to model file')
best wishes
Anyone has a solution for this yet?