alicevision / CCTag

Detection of CCTag markers made up of concentric circles.
https://cctag.readthedocs.io
Mozilla Public License 2.0
358 stars 89 forks source link

[bug] unable to execute the detection sample #215

Open hofbauerc opened 7 months ago

hofbauerc commented 7 months ago

Hello,

I am unable to execute the detection sample image as described by the readme.md file. Following error occurs during the execution:

You called ./detection with: --input /opt/CCTag/sample/01.png --nbrings 3 --bank
--params
--output

terminate called after throwing an instance of 'boost::archive::archive_exception' what(): output stream error Aborted (core dumped)

I am using a docker setup for the dependencies with following versions: CUDA: 12.1.0 Ubuntu: 22.04 Boost: 1.80.0 Eigen: 3.4.0 OpenCV: 4.7.0 TBB: 2021.9.0 CCTag: v1.0.3

No errors during building.

I already tried with and without CUDA, with different Boost versions, different TBB versions, different CUDA and Ubuntu versions as well as different CCTag Releases.

Is this a bug?

Or am i missing something?

Thanks in advance!