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
The presumed idea is that in the \coastal\coastal-master\data folder
It appears to be flir tamron 8mm.json.
However, an error occurs when linking this data with images in the \boomerang folder.
Error
File "src/post/rectify.py", line 504, in
main()
File "src/post/rectify.py", line 453, in main
bbox = np.array([float(bbox[0]), float(bbox[1]),
ValueError: could not convert string to float: 'xmin'
Hi, my name is hojun yoo in korea. We saw your nice experience and applyed test.
Our raspberry pi 4b was 64bit. so we do not operation your picoastal scandule program. But we found some hint your picoastal document.
In post processing, we try to Rectification and found some issue.
cd ~/picoastal/
python3 src/post/rectify.py -i "input.png" -o "rectified.tiff" -gcps "xyzuv.csv" --camera_matrix "camera_matrix.json" --epsg "12345" --bbox "xmin,ymin,dx,dy"
We just tested postprocess and we not have camera_matrix.json file.
It was said that the program runs in the example set. How do we obtain this file and learn the example set?
Thank for your check and waiting your kindly answer.
The text was updated successfully, but these errors were encountered: