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!
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!