-
Notifications
You must be signed in to change notification settings - Fork 38
Problem with Yolo V3 #108
Comments
Please post the full error description you are getting for me to help you.
… On 08-Feb-2019, at 10:09 PM, jessiffmm ***@***.***> wrote:
Hi!!
I'm triying to a yolov3 config and I get some errors. It said that it can't recognized yolo layer, upsampled layer,...
I think that https://github.com/JdeRobot/darknet/ isn't compatible with yolo v3
Regards
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
82 Type not recognized: [yolo] |
I'm triying to introduce this type of layer in the detectionsuite. |
I just executed yolov3, and it's not working with JdeRobot/darknet and with DetectionSuite. It's because we are stuck on an outdated fork of darknet, which doesn't support yolov3. Although, Yolo v1 works well. If Yolov3 is important for the task you are trying to accomplish, then we could shift to using Yolo's original repository instead of our own fork, which would fix this. Just let me know, if you'd want that. |
I have downloaded the last https://github.com/pjreddie/darknet and I have adapted it to JdeRobot/darknet for using DarknetApi and install in the computer. I have this code in my repository (https://github.com/RoboticsURJC-students/2018-tfm-Jessica-Fernandez/tree/master/darknet). You can used it if you want. |
Okay, I will look into it tomorrow, and try to integrate it with DetectionSuite. This file is supposed to be changed. |
No, I adapt it for DetectionSuite. I've tried it with detectionsuite and it works perfectly. Only you have to use my darknet instead of https://github.com/JdeRobot/darknet/ . I do not know how you could substitute https://github.com/JdeRobot/darknet/ for mine. I don't know if I have permissions. |
Okay, great. But, I was getting the following error while building it.
This file isn't present anywhere in the repository. Thanks !! Once it builds we can substitute it. |
Ohh sorry! Already solved! Thank you!! |
Hi!!
I'm triying to a yolov3 config and I get some errors. It said that it can't recognized yolo layer, upsampled layer,...
I think that https://github.com/JdeRobot/darknet/ isn't compatible with yolo v3
Regards
The text was updated successfully, but these errors were encountered: