thanosvlo / MARL-for-Anatomical-Landmark-Detection

Tensorflow Implementation of Multiple Landmark Detection using Multi-Agent Reinforcement Learning Paper
Apache License 2.0
57 stars 13 forks source link

Questions for Training #12

Open Oceandeepzxr opened 11 months ago

Oceandeepzxr commented 11 months ago

Hi, Nice work! Im currently working on anatomy landmark detection, and try to make a repo of your work. However, an error message occurs to me as shown in pic when I tried training code " python DQN.py --task train --gpu 0 --files './data/filenames/image_files.txt' './data/filenames/landmark_files.txt' ".

未命名图片

Im using Windows10 System, python3.6, CUDA10.0 and cudNN7.4 for the repo. please tell me something Im missing, mang thanks in advance :D