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 initialize yolo9000 #196

Open
tkefauver opened this issue Dec 20, 2023 · 0 comments
Open

Can't initialize yolo9000 #196

tkefauver opened this issue Dec 20, 2023 · 0 comments

Comments

@tkefauver
Copy link

tkefauver commented Dec 20, 2023

As the title says I can't get the yolo9000 model to initialize using CPU-mode on Windows.

I was able to merge the xaa and xab files and added the data/ directory to the same folder as the .cfg and .weights files but keep getting this exception (on this line):

Unhandled exception at 0x00007FFAF1A7DF28 (ucrtbase.dll) in MyApp.exe: An invalid parameter was passed to a function that considers invalid parameters fatal.

v2 and v3 work fine so it must be something weird and my visual c++ libs are 2015-2022 NOT 2015-2019 but don't want to mess with that...

The yolo9000 directory structure is like this:
Screenshot 2023-12-20 135821

Oh and I'm using the Yolo.net (3.0.6-alpha.2) package...

Any ideas what's wrong?

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

1 participant