Closed VictorZoo closed 1 year ago
Hi Victor,
Thanks for your questions and interest.
In our project, we render images (synthetic data) only through TOPO-DataGen and our drone-captured images are used for experimental investigation (e.g., image generation quality control, re-localization accuracy, etc).
Best, Qi
Hi Qi
Thank you very much for your response.
Regarding the issue of UAV altitude, I would like to inquire further. In our model, the coordinates (xyz) are in the geographic coordinate system, where x and y represent the geographical positions, but z (altitude) represents the relative height with respect to the ground, where the ground level is considered as altitude 0. However, in your data, the aircraft altitude seems to be in absolute height (for example, z=521, but the actual flight altitude may be only 100 meters). I would like to know if there is a method to obtain ground elevation data based on the xy coordinates.
Best, Victor
Hi Victor,
I wonder if the altitude is relative to a fixed point (e.g., the starting point) or relative to its current geographical position (e.g., varying lat/lon). In the first case, you just need to add an offset to the camera pose. For the second case, you have to trace back to the terrain model used by the UAV to determine the exact absolute altitude for a given location. For example, you can use the WGS84 model or more accurate models online to retrieve altitudes for any lat/lon positions, but I suppose you need to check the consistency between these standard models and what your UAV is using.
Best, Qi
Regarding the relative altitude of the unmanned aerial vehicle (UAV), what I would like to know is the UAV's relative altitude in "Crossloc." If possible, could you provide a document disclosing the UAV's relative flight altitude?
Do you mean the altitude relative to the ground for each image? Unfortunately, our camera poses only contain absolute altitude, which was provided by the DJI Phantom 4 drone and was already included in the shared datasets. If you want to get precise above-the-ground heights, you have to refer to the digital terrain model, query the terrain height based on longitude and latitude per image and substract it from the absolute height. As mentioned earlier, you can use the swisstopo model and our TOPO-DataGen repo as helpers.
Adding to previous comment, the accuracy of relative altutide is dependent on the precision of the terrain model in this process. The UAVs used to capture images in general do not necessarily have access to an accurate terrain model (e.g., in their internal storage or SD card). They ususally do not have a sensor to measure the relative altidude either. Therefore, I don't expect the common drones/UAVs to be able to give reliable above-ground-height labels on their own. Some post-hoc processing may be necessary to get the relative altitude.
P.S.: you can refer to this page for the notions of different heights.
Thank you for your response. I have also tried downloading the terrain data (DTM), but unfortunately, I have been attempting to do so for the past three days. The website has been consistently inaccessible for me. T.T
We already include the exact digital model files list at https://github.com/EPFL-ENAC/TOPO-DataGen/tree/main/data_preprocess. See EPFL/comballaz folders for Urbanscape/Naturescape datasets respectively. I believe you can find the exact digital terrain models to downlaod from https://www.swisstopo.admin.ch/en/geodata/height/surface3d-raster.html.
Oh, that's what I wanted. The website is not accessible, but I can download the addresses from the CSV file. Thank you so much!!!
Hi Yan Qi,
I have some questions to ask as we are interested in rendering images on our own models, so we are particularly concerned about the intrinsic and extrinsic parameters of the UAV.
Thank you very much.
Victor