-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Description
I would like to use the multi device box estimator. I have two Oak-D-Pro cameras. I have installed the requirements, printed out the checkerboard, updated the config file, and calibrated the two cameras. When I try to run the main.py for the box estimation, it gives me an error.
" if lwh > config.min_box_size:
TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'"
I had it print l, w, and h to find that l, w, are returning 0.0 and h is 'none'
I dont see anywhere in the the get_dimensions function where its getting the height. I do see get_box_top returns height also. Could get_dimensions be resetting the height since its not called?
Or am I missing something?
Metadata
Metadata
Assignees
Labels
No labels