snuvclab / gtu

[CVPR 2024] Official Repo of Guess The Unseen (GTU)
https://snuvclab.github.io/gtu/
42 stars 0 forks source link

About occlusion_mask_path #2

Open JerryPW opened 1 month ago

JerryPW commented 1 month ago

In training Inversion stages step2, it involves a path called OCC_MASK_PATH. However, it has not provided in the scripts/train_ti.sh. So, what is the specific path of this OCC_MASK_PATH?

Hoping for your reply soon.

JerryPW commented 1 month ago

Ummm, furthermore, it seems that in train_mask_combined.sh has the same problem that SAMPLE_METHOD is not an input in command line.

wyiguanw commented 1 month ago

I'm facing the same issues. Did you happen to find any solutions? @JerryPW

JerryPW commented 1 month ago

I'm facing the same issues. Did you happen to find any solutions? @JerryPW

I just simply skip that command, since the last command seems only for visualization.

wyiguanw commented 1 month ago

oh, I see. thanks.

wyiguanw commented 1 month ago

sorry to bother you again, but how did you solve SAMPL-METHOD? @JerryPW

JerryPW commented 1 month ago

sorry to bother you again, but how did you solve SAMPL-METHOD? @JerryPW

It seems that the TI_EXP_NAME is the SAMPLE_METHOD, since TI_EXP_NAME hasn't been used as an input, so you just simply replace that with SAMPLE_METHOD will be OK.

wyiguanw commented 1 month ago

got it, thanks a lot!