melonwan / denseReg

3D hand pose estimation via dense regression
179 stars 33 forks source link

ERROR:tensorflow:Exception in QueueRunner: ./exp/data/msra15/tf/P0-9-of-100; No such file or directory #5

Open youngstu opened 6 years ago

youngstu commented 6 years ago

msra.py

if __name__ == '__main__':
    saveTFRecord()
    # run_check_record()
    # run_preprocess()

it means that i must uncomment the last two command of msra.py ? But when i uncomment the last two command of msra.py, it always lead to error. Can you help give me a little hint about how i can solve the problem ?

melonwan commented 6 years ago

Sorry for my late reply. There's no need to uncomment last two functions, they are just used for checking the tf record.