weihaox / DREAM

[WACV 2024] DREAM: Visual Decoding from Reversing Human Visual System
https://weihaox.github.io/DREAM
MIT License
34 stars 2 forks source link

where is train_enc_rgbd.sh #3

Open microcourier opened 7 months ago

microcourier commented 7 months ago

Thanks for your great paper. I have a confusion where is the “train_enc_rgbd.sh ” in your code

Train RGB-only Encoder (supervised-only): python $(scripts/train_enc_rgbd.sh)

i will appreciate it if you could clarify it.

Thank a lot.

microcourier commented 7 months ago

seems the same code from: [https://github.com/WeizmannVision/SelfSuperReconst]

DavisMeee commented 6 months ago

Have you reproduced this code successfully? I think it might miss a lot of file and command.

Rui00000 commented 6 months ago

Have you reproduced this code successfully? I think it might miss a lot of file and command.

seems the same code from: [https://github.com/WeizmannVision/SelfSuperReconst]

Hey,have you reproduced the code from SelfSuperReconst?,I found the command python $(scripts/train_enc_rgbd.sh) not enough to reproduce the code