3DObjectTracking
3DObjectTracking copied to clipboard
Defining the number of image sequences in run_on_recorded_sequence
I am trying to run ./run_on_recorded_sequence after the built. However, I get the error "Could not read image from ../../../M3T/data/_sequence/./color_camera_image_202.png", it seems that there is only two sequences of images exist. How can I define the number of sequences? Thanks.
I have the same problem, did you manage to solve it?
-
I’ve noticed that once you run
./gtest_runthe software correctly generates detection pictures and stores them in the/tempfolder. -
Instead, If I try to run:
./run_on_recorded_sequence ../../data/_sequence/color_camera.yaml ../../data/_body/triangle.yaml ../../data/_body/triangle_manual_detector.yaml ../../temp/
from the folder ~3DObjectTracking/M3T/build/examples I get exactly your error.