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

Questions about small object detection #2

Open
HoracceFeng opened this issue May 31, 2018 · 0 comments
Open

Questions about small object detection #2

HoracceFeng opened this issue May 31, 2018 · 0 comments

Comments

@HoracceFeng
Copy link

HoracceFeng commented May 31, 2018

Hi @avanetten ,

Thanks for your work. I have read some articles talking about your paper and since now I am working on traffic-sign detection (though it is a much easier problems than yours), it will be great if we can make some discussion on this topic.

From my perspective, your model generally based on YOLO2, and the improvement are mainly on:

  1. crop the big picture to several small one, and than detect each
  2. modify the network so the last feature map will be 26^2 but not 13^2
    Am I right?
    Actually, I am now using YOLO3 to detect traffic sign. The picture in my dataset is 2048^2, the size of ground truth boxes vary from 10 pixels to around 100 pixels. Like you, I also do random crop to make the input size become 512. Unfortunately, the result is pretty bad. I have also tried other input size such as 1024, but the result seems similar.

So, have you tried using your strategies in YOLO3? And, any other structures or parameters modification do you think will do good to small object detection?

Many thanks.

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