VitCon

Results 5 comments of VitCon

Thanks for the detailed instructions. Is there any reason you choose CIHP-PGN instead of Self-Correction-Human-Parsing (https://github.com/GoGoDuck912/Self-Correction-Human-Parsing) for human parsing? Can I use rembg (https://github.com/danielgatis/rembg) instead of carvekit to generate cloth...

"One thing to mention, the images provided by official dataset keep both visualization (colored) and label (0 - 20). I don't know how they did that. I also tried P...

I checked the output folder, both onnxruntime.dll and onnxruntime_providers_cuda.dll are there. How can I dig into the issue "LoadLibrary failed with error 126" to see what really happen?

@lhak OnnxRuntime GPU version requires CUDA Dependency. If I understand correctly, I must copy CUDA dll files to the output directory, even when they are already in my PATH environment...

I found a solution. It seems that WinUI app only allows accessing dlls that are packaged in the output directory. So, I copied CUDA required libraries including cublas, cublasLt, cudart,...