GSoC Interest – Contributing to DeepForest #953
Replies: 7 comments 5 replies
-
|
Hi @bw4sz , @henrykironde , @ethanwhite , I’d love to hear your thoughts on this when you get a chance. Appreciate any guidance! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your interest in the project! To get started, we recommend reading through the documentation, particularly the developer section. This will help you gain the experience needed to showcase your skills by tackling some issues. We've labeled certain issues as "good first issues" to provide additional insight into the design and structure of the codebase. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @henrykironde , |
Beta Was this translation helpful? Give feedback.
-
|
@Bhavya1604 let us break down the contents in the approach:
I recommend starting by choosing the repository you’d like to work with either, weecology/DoubleCounting or open-forest-observatory/geograypher. Take time to understand the repo’s workflow, as they provide sample datasets to explore and experiment with. This hands-on approach will give you a clearer understanding of how to apply solutions to the DeepForest workflow effectively. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @henrykironde, I’ve started writing a proposal for this project. How should I share it with you to get your feedback? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @bw4sz @henrykironde @ethanwhite, I have gone through both the repository and the reference research papers in them and after all that I am proposing a method to solve the double counting problem in overlapping images. The idea is to combine three different techniques to make sure we don't count the same tree or animal twice when it appears in multiple images. First, we create what I call a "confidence map" think of it like a heat map showing how sure we are about each detected object. Then, we look at how objects in different images overlap spatially - kind of like checking if two circles overlap on a map. Finally, for any cases we are not sure about, we compare the actual features of the objects (like comparing two photos to see if they show the same tree) using deep learning. What makes this approach better is that it's like having multiple checks in place so if one method isn't sure, the others can help make the decision. It's also efficient because we only do the complex feature comparison when we really need to, and it fits nicely with how DeepForest already works let me know what you think about this idea |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Dear DeepForest Community,
I hope you're doing well! While exploring GSoC project ideas, I came across two projects listed under weecology/retriever that caught my interest. Since both projects mention DeepForest as the source code, I wanted to dive deeper into this repository and understand how I can contribute effectively.
Efficient Detection of Unique Images from Overlapping Images – This project focuses on removing double counting in overlapping images using either the weecology/DoubleCounting or open-forest-observatory/geographer repository. I’d love to understand which repository would be the best starting point and any key areas of the DeepForest codebase I should explore.
Developing an Active Learning Module for DeepForest – I’m particularly excited about this because of its potential to improve model training efficiency. I’d like to integrate the BOEM repository’s active learning code into DeepForest and develop a user-friendly image selection interface. Any suggestions on how to approach this would be great.
I’d love to hear your thoughts on:
Looking forward to your insights and excited to contribute!
Best regards,
Bhavya Mehta
Beta Was this translation helpful? Give feedback.
All reactions