Closed feixuedudiao closed 3 months ago
Dear @feixuedudiao, thank you for your interest in our project.
Which version of YACCLAB are you using? I've just downloaded the latest commit in the master branch and the code you are referring to is working fine on my machine:
My config.yaml
is configured to run only BUF on the 3DPeS dataset as it seems you are doing.
Did you set color_labels.average
to true
in the config file (color_labels: {average: true, density: false}
)?
Have you checked the correctness of the algorithms, setting correctness: true
in the config file?
If they are not correct, maybe nvcc
is generating PTX and binary files for a wrong architecture.
To be safe, you can manually set CMAKE_CUDA_ARCHITECTURES
when i save the result with the above code,the result is black ,i think this is wrong ,how can i do that? the input is
the output is:
i used config :
also, i imwrite the label image with above code, but the result is nothing as well.