Closed qzcmask closed 4 years ago
Is the model you are trying to evaluate trained on 4-channel input as well, i.e. using the parameters --use-depth 1 --use-rgb 1
?
Ok, I found I have not trained the model on 4-channel format.
Thank you, I will give a new try.
------------------ 原始邮件 ------------------ 发件人: "Sulabh Kumra"<notifications@github.com>; 发送时间: 2020年7月2日(星期四) 凌晨4:33 收件人: "skumra/robotic-grasping"<robotic-grasping@noreply.github.com>; 抄送: "戚宗城"<923746590@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [skumra/robotic-grasping] Running the script [python evaluate.py xxx] got wrong (#10)
Is the model you are trying to evaluate trained on 4-channel input as well, i.e. using the parameters --use-depth 1 --use-rgb 1?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hello, I have some problems.
When I run the script:
python evaluate.py --network
Hello, I have some problems.
When I run the script:
python evaluate.py --network ./output/models/200701_1113_training_cornell/epoch_47_iou_0.88 --dataset cornell --dataset-path ./datasets/cornell --iou-eval --use-depth 1 --use-rgb 1
it will occur an error:
But When I change the parameter, it can ran:
python evaluate.py --network ./output/models/200701_1113_training_cornell/epoch_47_iou_0.88 --dataset cornell --dataset-path ./datasets/cornell --iou-eval --use-depth 1 --use-rgb 0
How can I solve this problem? It seems that it only can use the depth information to evaluate.
In addition, if possible, can you upload the newest code?
Thank you very much.