Skip to content

dnn: +yolov4#762

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:dnn_test_yolov4
May 28, 2020
Merged

dnn: +yolov4#762
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:dnn_test_yolov4

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented May 26, 2020

@@ -0,0 +1,2 @@
[Origin](https://github.com/AlexeyAB/darknet/blob/c0d6b81a78e204c04c9bf4277974e0dadad0c4e2/cfg/yolov4.cfg)
[License](https://github.com/AlexeyAB/darknet/blob/c0d6b81a78e204c04c9bf4277974e0dadad0c4e2/LICENSE)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add it to yolov4.cfg as comments?

# Origin: https://github.com/AlexeyAB/darknet/blob/c0d6b81a78e204c04c9bf4277974e0dadad0c4e2/cfg/yolov4.cfg
# License: https://github.com/AlexeyAB/darknet/blob/c0d6b81a78e204c04c9bf4277974e0dadad0c4e2/LICENSE

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to keep external files without extra modifications.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can just download it as weights?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to keep it opencv_extra (like others):

  • there is no version control on share for downloaded files (they should not conflict at any time)
  • configuration file is small and text based
  • we may want to add test for importer without weights in the future (without requirement of huge model weights)

Copy link
Copy Markdown
Member

@dkurt dkurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@opencv-pushbot opencv-pushbot merged commit 3786fb4 into opencv:3.4 May 28, 2020
@alalek alalek mentioned this pull request May 28, 2020
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

Successfully merging this pull request may close these issues.

4 participants