datitran / object_detector_app

Real-Time Object Recognition App with Tensorflow and OpenCV
https://medium.com/towards-data-science/building-a-real-time-object-recognition-app-with-tensorflow-and-opencv-b7a2b4ebdc32
MIT License
1.3k stars 746 forks source link

No checkpoint found: #56

Open Radhesh2711 opened 3 years ago

Radhesh2711 commented 3 years ago

Traceback (most recent call last): File "demo.py", line 128, in main(args) File "demo.py", line 97, in main checkpoint = load_checkpoint(args.resume) File "C:\Users\Radhesh Harlalka\Desktop\Scene_text_PRL\aster.pytorch-master\lib\utils\serialization.py", line 66, in load_checkpoint raise ValueError("=> No checkpoint found at '{}'".format(load_path)) ValueError: => No checkpoint found at 'C:/Program Files/Git/data/mkyang/logs/recognition/aster.pytorch/logs/baseline_aster/baseline_aster/demo.pth.tar'

Radhesh2711 commented 3 years ago

I cant understand why am I facing this issue as I have already specified the --resume argument of main_test_image.sh to the path of demo.pth.tar file. Still, this issue persists. Can anyone help?