-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello, thanks for this really powerful work. I am developing a benchmark dataset on airborne tree detection.
https://milliontrees.idtrees.org/
My ultimate goal is to convert your simulated data into something like
point annotations are fine too. To do this we need rgb images, and corresponding locations of the tree centers.
Connecting the rgb and airborne data for tree centers.
Consider image aerial_birch_forest/rgb/Tree116_1722340301.png
I can see in the .xls, the recorded points for this tree and others around it.

The missing piece are the landscape coordinates and pixel resolution of the image i'm looking at. For example, if knew that image Tree116_1722340301.png had a bounding box of xmin, ymin, xmax, ymax I could look up all the trees in the .xls xmin < tree_x > xmax, ymin < tree_y > ymax and then plot them on that image.
I see "landscape_info.txt: This file contains the ground location information within the scene, sampled every 0.5 meters." this file doesn't mean alot to me, is there a way to associate this with a rgb file?
Best,
Ben Weinstein
University of Florida
I have some other questions about cloning the repo and generate more zoomed out views, but let's solve this first question. I am bringing together authors to write a manuscript for the data release and possibly another for model evaluation, depending on interest. If you would like to be involved and help with the tasks above, we'd love to have your perspective, if not i'll clone and try to extract what I need from what you have.