Matiur Rahman Minar

Results 104 comments of Matiur Rahman Minar
trafficstars

We tried to use the official source codes for the quantitative evaluation as much as possible. Here are the repositories used for evaluation as listed below: 1) IoU: (Implemented in...

Hi, except the inception score, for all of the metrics evaluation, you need to generate test results on the paired setting, which means input pairs with same clothes so that...

This paired setting means the same setting as training, same id for both cloth and person of a pair input.

Hi, thank you everyone for the great discussion. I made a minor update to the repo to help you with the evaluation. `test_pairs_same.txt` is added to the data folder. So,...

Yes, in CP-VTON+, IS is evaluated on unpaired test cases, meaning target cloth is different from the source human outfit. Evaluation was run on the test_pairs.txt list.

@Ha0Tang , sorry for my late reply, it's hard for me to find time to maintain the repositories nowadays, so I am adding a snapshot of my IoU evaluation code...

Hi. Can you please provide more details, e.g., input/output, error traceback, etc.? Thanks.

For white cloth on a white background, I think you should try with a bigger threshold. For example, `cv2.threshold(img, 250, 255, cv2.THRESH_BINARY_INV)` Later, you could use the morphology operations depending...

You can debug to see the immediate results or follow this guide: https://github.com/minar09/cp-vton-plus#what-to-do-in-case-of-unexpected-results

It doesn't take long for testing, probably around 5-10 minutes on GPU.