Skip to content

TypeError: unsupported operand type(s) for +: 'method' and 'method' #10

@eyildiz-ugoe

Description

@eyildiz-ugoe

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions