-
Notifications
You must be signed in to change notification settings - Fork 39
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
Example dataset link broken #4
Comments
I have made a quick-and-dirty script that can generate an example data set from a set of DJI drone images (it extracts the EXIF/XMP data to get the XYZYPR values needed).
To get the XYZ values expected by the dataset, the script uses GPS coordinates, converts them from WGS84->ECEF->ENU, with the "origin" of the ENU space being the first image. If you put images in the
An interesting note, the Hope this helps some folks getting this working, here's some preliminary results from a few sets of photos: OpenCV4I also had to do a few tweaks to get the script working with OpenCV4:
|
Hi @cmbasnett and @island-monkey . I apologize for neglecting this issue for so long. For some reason, I never got an email notification about problem this until Colin posted his message above. It's true that the Dropbox account where I stored my example data 4 years ago no longer exists. I will try to locate the data, but it's possible it could be lost forever 😔. Colin's code looks very useful though I have not had the chance to review in detail, and - without the data - I would not be able to test the results myself. I will post here if I am able to come up with a solution. |
HI mate, could you please share your Combiner.py script here... i am not able to come to a solution here, thanks |
@selva221724 I don't have the script on my machine anymore. The Combiner.py script I used is the same as the one that's in the repository except with the changes I laid out at the bottom of my post. |
@cmbasnett Can you explain what these numbers separated by comma eg. DJI_0026.JPG,26.520979,17.642848,58.599921,55.7,0.1,0.0 means? |
@Sidx369 where, in the case of the DJI Phantom, yaw, pitch and roll are the values of the gimbal. |
Thanks @islandmonkey, |
@Sidx369 use |
the is making the file but it's printing anything can anyone help code: import os def dms_to_decimal(d, m, s): def get_gps_coords(im): def get_data(path): def main(): if name == 'main': Question:. |
@alexhagiopol,
unfortunately your example dataset link is broken. Is there any chance you could upload it again?
Cheers
The text was updated successfully, but these errors were encountered: