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 <module>
main(input_file=args.input_file, show=args.show)
File "uncalibrated_rec.py", line 431, in main
rec_engine = UncalibratedReconstruction(sequence.length, sequence.width, sequence.height)
File "uncalibrated_rec.py", line 43, in __init__
self._mm = (width + height) / 2
TypeError: unsupported operand type(s) for +: 'method' and 'method'
Any recommendations? (I use Python 3.8)