py3DRec icon indicating copy to clipboard operation
py3DRec copied to clipboard

3D modeling from uncalibrated images

Results 2 py3DRec issues
Sort by recently updated
recently updated
newest added

Upon executing the given command in the README.md: `python uncalibrated_rec.py --input_file=./example/features_poster.txt --show` I receive: ``` ------------------------------- Uncalibrated 3D Reconstruction -------------------------------- Traceback (most recent call last): File "uncalibrated_rec.py", line 495, in...

@nbarba Is the key points in example/feature_poster.txt stored after the matching procedure or raw key points as returned by the keypoint detector. I was planning to try with a different...