varungupta31 / dashcam_anonymizer

Code to Blur Human Faces and Vehicle License Plates in Video and Images using a SoTA Object Detection model YOLOv8
MIT License
29 stars 4 forks source link

Unable to recreate the environment. #5

Closed rampallishyam closed 11 months ago

rampallishyam commented 11 months ago

Solving environment: failed

ResolvePackageNotFound:

varungupta31 commented 11 months ago
rampallishyam commented 11 months ago

I am currently using windows 11. Please find the exact error in the image below. Screenshot 2023-12-05 143519

varungupta31 commented 11 months ago

I don't have access to a Windows machine rn.

Check out https://github.com/varungupta31/dashcam_anonymizer/issues/2#issuecomment-1676337342

Do the steps mentioned in the comment, create the environment, and install the mentioned packages manually.

See if that works.

rampallishyam commented 11 months ago

Tried it, still not working. I can see that torch is a dependency for ultralytics. I am creating a new environment and trying, with no luck.

varungupta31 commented 11 months ago

What's the issue with installing torch?

https://pytorch.org/get-started/locally/ maybe of help.

If there is a package clash (or version), which is not supported on your OS atm, then there's little I could do.

rampallishyam commented 11 months ago

The torch issue is sorted. Now I got a new error. it says that there is FileNotFoundError: [Errno 2] No such file or directory: 'model\\best.pt'

varungupta31 commented 11 months ago

Please read the repo's readme.