You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,Thank you for your work!
question:assert os.path.exists(model_dir) == True
AssertionError
Often appear this problem, how to solve excuse me?
Do you have a more detailed README.MD?What version of CUDA/TorchVision do you use?
The text was updated successfully, but these errors were encountered:
Hello,Thank you for your work!
question:assert os.path.exists(model_dir) == True
AssertionError
Often appear this problem, how to solve excuse me?
Do you have a more detailed README.MD?What version of CUDA/TorchVision do you use?
For assertion error. You may not put the model file (.pth) in a right place.
For CUDA/TorchVision version. If you can run the PyTorch 1.0+ (GPU version) on your device. It must work for our code.
Hello,Thank you for your work! question:assert os.path.exists(model_dir) == True AssertionError Often appear this problem, how to solve excuse me? Do you have a more detailed README.MD?What version of CUDA/TorchVision do you use?
我将(.pth)文件放在了根目录的checkpoint/coco2014/ 文件夹下,也遇到了这个问题,请问您解决了这个问题了吗?
Hello,Thank you for your work!
question:assert os.path.exists(model_dir) == True
AssertionError
Often appear this problem, how to solve excuse me?
Do you have a more detailed README.MD?What version of CUDA/TorchVision do you use?
The text was updated successfully, but these errors were encountered: