pytorch / android-demo-app

PyTorch android examples of usage in applications
1.47k stars 606 forks source link

git reset --hard ---> Could not parse object and reference is not a tree #284

Closed HripsimeS closed 1 year ago

HripsimeS commented 1 year ago

Hello. My custom yolov5 model does not really work well on images and LIVE real time detection on Object Detection app. That's why I tried to use the recommendation on https://github.com/pytorch/android-demo-app/tree/master/ObjectDetection

git reset --hard cd35a009ba964331abccd30f6fa0614224105d39 I got this error fatal: Could not parse object 'cd35a009ba964331abccd30f6fa0614224105d39'.

When I run this command git checkout cd35a009ba964331abccd30f6fa0614224105d39 I got this error fatal: reference is not a tree: cd35a009ba964331abccd30f6fa0614224105d39

Does it mean that reference number is not acctual? If yes, can you please share a good reference number. Thanks in advance!