Closed BostonLobster closed 2 years ago
I use the following command to run default carvekit on a dir:
python -m carvekit -i ./images -o ./masked_images --device cuda
However, when I check the results, the output images are out-of-order.
For example, the images/001.jpg is
images/001.jpg
but the result is
which corresponds to another input image.
Very weird thing, could you please check this problem?
Same issue here
Hello, @BostonLobster. There was a typo in the CLI code that caused this issue. This has been fixed by @Larry-u in PR #81.
I use the following command to run default carvekit on a dir:
However, when I check the results, the output images are out-of-order.
For example, the
images/001.jpg
isbut the result is
which corresponds to another input image.
Very weird thing, could you please check this problem?