lixiny / bihand

✌🏻 BiHand: Recovering Hand Mesh with Multi-stage Bisected Hourglass Networks [BMVC 2020]
GNU General Public License v3.0
97 stars 16 forks source link

train_seednet problem #9

Closed 109318401ntut closed 3 years ago

109318401ntut commented 3 years ago

I'm runed the train_seednet.py ,it showed some error image image it shows 'FileNotFoundError: [Errno 2] No such file or directory: 'data\RHD_published_v2\training\color\34356.png'' and 'FileNotFoundError: [Errno 2] No such file or directory: 'data\RHD_published_v2\training\color\31263.png''. but I check my folder that has two images. image image Could you advise me? thank you!

lixiny commented 3 years ago

Hi, Thanks for your interest and your message. This bihand repo were developed on Linux (Ubuntu 18.04) OS so change to other OS may causes unexpected bugs. From my inspection, the rhd\\RHD_published_v2\\ path identifier usually comes from Windows OS. I suggest you check all the path identifiers before starting development.

Besides, the image may have been broken. Check them too.

Best, Lixin

109318401ntut commented 3 years ago

ok,Thanks for your help.