You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again!
I've been trying to use this project on a custom aerial dataset (crop_field). I tried running 1c-make-pix4d.py with
python3 1c-make-pix4d.py crop_field
and it yielded
Traceback (most recent call last):
File "/Users/ImageAnalysis/scripts/1c-make-pix4d.py", line 26, in <module>
pose.make_pix4d(image_dir, args.force_altitude, args.force_heading, args.yaw_from_groundtrack)
File "/Users/ImageAnalysis/scripts/lib/pose.py", line 229, in make_pix4d
wgs84.geo_inverse( cur[1], cur[2], next[1], next[2] )
NameError: name 'wgs84' is not defined
Am I missing a package or dependency? I've tried looking for a workaround but didn't come across anything related
Hi again!
I've been trying to use this project on a custom aerial dataset (crop_field). I tried running
1c-make-pix4d.pywithand it yielded
Am I missing a package or dependency? I've tried looking for a workaround but didn't come across anything related