You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: