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
Hey Anna, Greg here! Patrick just shared this and it's a treasure trove - nice work! I'm learning a lot from your use of the cameratransform package. We have a bunch of imagery of otters in kelp and seals on glacial icebergs and I'm trying to project imagery onto the sea surface / spatial coordinates from Wingtra flight logs. I was starting to code all the trigonometry from scratch, but it's a godsend that there's a package for this!
As I was copying your "ct." functions over I found this line here, " coords : np.absndarray = np.array( " etc,, and I don't recognize the syntax and it's throwing an error around "np.absndarray" which I also don't recognize/can't find online. So I thought I'd flag it as a potential typo - I was able to get my own code working by reducing it to "coords = np.array( ", and then I was able to reference the coords as normal to GCPs and bounding box polygons.
Hey Anna, Greg here! Patrick just shared this and it's a treasure trove - nice work! I'm learning a lot from your use of the cameratransform package. We have a bunch of imagery of otters in kelp and seals on glacial icebergs and I'm trying to project imagery onto the sea surface / spatial coordinates from Wingtra flight logs. I was starting to code all the trigonometry from scratch, but it's a godsend that there's a package for this!
As I was copying your "ct." functions over I found this line here, " coords : np.absndarray = np.array( " etc,, and I don't recognize the syntax and it's throwing an error around "np.absndarray" which I also don't recognize/can't find online. So I thought I'd flag it as a potential typo - I was able to get my own code working by reducing it to "coords = np.array( ", and then I was able to reference the coords as normal to GCPs and bounding box polygons.
DroneWQ/utils.py
Line 1088 in a104709
The text was updated successfully, but these errors were encountered: