3DObjectTracking icon indicating copy to clipboard operation
3DObjectTracking copied to clipboard

Defining the number of image sequences in run_on_recorded_sequence

Open mnl12 opened this issue 2 years ago • 2 comments

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.

mnl12 avatar Feb 12 '24 13:02 mnl12

I have the same problem, did you manage to solve it?

  • I’ve noticed that once you run ./gtest_run the software correctly generates detection pictures and stores them in the /temp folder.

  • 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.

AleTarsi avatar Mar 01 '24 12:03 AleTarsi