Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find labels path #52

Open
Krypt-OS opened this issue Mar 12, 2022 · 1 comment
Open

Can't find labels path #52

Krypt-OS opened this issue Mar 12, 2022 · 1 comment

Comments

@Krypt-OS
Copy link

Krypt-OS commented Mar 12, 2022

I'm unable to run the program due to it not being able to find the labels. Am I missing something

====================================
Pine: Neural-Network Aimbot (v0.1)

[INFO] press '0' to quit or ctrl+C in console...
Traceback (most recent call last):
File "C:\Users\User\Documents\Pine-master\pine.py", line 14, in
pine.start(ENABLE_AIMBOT=True)
File "C:\Users\User\Documents\Pine-master\lib\pine.py", line 74, in start
LABELS = open(labelsPath).read().strip().split("\n")
FileNotFoundError: [Errno 2] No such file or directory: '\models\coco-dataset.labels'
[Finished in 0.405s]

@miguel-leal
Copy link

seems like is missing this file <coco-dataset.labels> on models folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants