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

Multi-scale cropping based on density maps. #619

Open
bw4sz opened this issue Mar 8, 2024 · 8 comments
Open

Multi-scale cropping based on density maps. #619

bw4sz opened this issue Mar 8, 2024 · 8 comments
Labels
Ideas for Machine Learning! These are machine learning ideas and papers that could be useful for DeepForest models. High level.

Comments

@bw4sz
Copy link
Collaborator

bw4sz commented Mar 8, 2024

https://openaccess.thecvf.com/content_CVPRW_2020/papers/w11/Li_Density_Map_Guided_Object_Detection_in_Aerial_Images_CVPRW_2020_paper.pdf

image

We often have multi-scale challenges, especially as predict_tile just cuts images into uniform pieces. This an interesting idea for bird detection. with trees the images are often uniformly trees.

@bw4sz bw4sz added the Ideas for Machine Learning! These are machine learning ideas and papers that could be useful for DeepForest models. High level. label Mar 8, 2024
@bw4sz
Copy link
Collaborator Author

bw4sz commented Mar 8, 2024

Sparse RCNN

https://github.com/PeizeSun/SparseR-CNN
worth exploring as well.

@Om-Doiphode
Copy link
Contributor

Hi @bw4sz, can I work on this issue?

@henrykironde
Copy link
Contributor

@Om-Doiphode, Feel free to address any unresolved issues without needing explicit permission. If an issue remains unassigned, you are welcome to take initiative and work on it.

@Om-Doiphode
Copy link
Contributor

Om-Doiphode commented Mar 9, 2024

I have read the research paper on Density Map Guided Object Detection in Aerial Images. Should I include the code for DMNet under deepforest/models folder?

@ethanwhite
Copy link
Member

This seems like a pretty complex topic that is unlikely to be easily added on a short time-frame, but could make a decent GSOC proposal. This would implement dynamic cropping, which would influence the behavior of predict_tile rather than replacing the detection model (though I'm not super clear on the double use of the detector yet).

@bw4sz - I'm assuming you were thinking about this as a more complex feature request project rather than a smaller issue. Is that right?

@bw4sz
Copy link
Collaborator Author

bw4sz commented Mar 18, 2024

yes, anything with the machine learning label is going to be a pretty big lift.

@ethanwhite
Copy link
Member

Thanks @bw4sz.

So, @Om-Doiphode - it's great that you're excited about this one, but we think it's better to think of it as a GSOC project to propose (if you want; there are certainly other good options) not an initial contribution. We've done some issue cleanup and labeled a bunch of additional issues as good first issue which will be a little more manageable to engage with as you're getting familiar with the code base.

@Om-Doiphode
Copy link
Contributor

Thank you @ethanwhite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ideas for Machine Learning! These are machine learning ideas and papers that could be useful for DeepForest models. High level.
Projects
None yet
Development

No branches or pull requests

4 participants