Hi,
According to instruction here I run this command:
mapillary_tools video_process --import_path “path/to/images” --video_import_path “path/to/videos” --user_name “mapillary_user” --advanced --geotag_source “gopro_videos” --geotag_source_path “path/to/videos” --interpolate_directions --video_sample_interval 0.5 --overwrite_EXIF_gps_tag
image frames extracted from video but images does not have geo tags with this error:
Running geotag_process for 60 images, skipping 0 images.
It is assumed that the image timestamps are in UTC. If not, try using the option --local_time.
Inserting gps data into image EXIF: 0%| | 0/60 [00:00<?, ?it/s]Warning, time t not in scope of gpx file by 1591617283.33 seconds, interpolation of latitude and longitude failed for image c:\mp\m\2\i\mapillary_sampled_video_frames\GX011994\GX011994_000001.jpg
Warning, time t not in scope of gpx file by 1591617282.83 seconds, interpolation of latitude and longitude failed for image c:\mp\m\2\i\mapillary_sampled_video_frames\GX011994\GX011994_000002.jpg
for all images I have same error!
any one can help solve the problem?