CCTag icon indicating copy to clipboard operation
CCTag copied to clipboard

[bug] unable to execute the detection sample

Open hofbauerc opened this issue 11 months ago • 0 comments

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!

hofbauerc avatar Mar 18 '24 09:03 hofbauerc