-
Notifications
You must be signed in to change notification settings - Fork 8k
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
darknet.py performDetect() segfaults on custom tiny-yolov3 model #1600
Comments
hj3yoo , on which machine you trained your data, ?, I tried on google colab, but it failed. |
@BlcaKHat I did it on my local machine, with GTX 960. |
can you do me a favour. |
can you test my setup on your machine |
I want to find the error in my training setup. |
#1569 check it out, drive link is there. have a look |
It seems to work fine on my side.
However, it wasn't utilizing the graphics card, so I set the flag for |
Another update: I've changed this line into:
and this line into:
and ran:
and got:
What's strange is that when I try a different image:
I get a different debugging message:
|
@hj3yoo thank you so much. sorry about late reply. |
did you get any weightage file ? |
@AlexeyAB what is the issue, can you suggest something ? |
@BlcaKHat I didn't leave it up long enough to have a training file. |
thanx man . |
I have a trained custom Tiny YOLOv3 model trained, and I'm trying to use Python wrapper implemented in darknet.py:
Here are links to the files used in this test:
The trained weight and cfg works just fine. Here's the demo.
However, here's the result I get from running the script (with
debug=True
set ondetect()
):(NOTE: I'm trying to see if this can be a poor alternative to video input, which I'd imagine it won't be implemented for awhile. I prefer not to use darkflow for it, since it tends to be fairly slow around 6fps.)
The text was updated successfully, but these errors were encountered: