ivalab / grasp_multiObject_multiGrasp

An implementation of our RA-L work 'Real-world Multi-object, Multi-grasp Detection'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing tools/test_net.py

frinklai opened this issue · comments

Dear Fu,
I forked this project and tried to train by the steps that shown in readme.md.
But, there is an error when I execute
./experiments/scripts/train_faster_rcnn.sh 0 graspRGB res50

I found the reason is there is no test_net.py in ./tools
Can you please show test_net.py for us ?
Thank you very much for your help.
Best Regard

Hi frinklai,

My apology for late reply.
In our implementation I didn't use 'test_net.py' mainly because we use different (Jaccard) metric instead of conventional object detection metric (for detail please refer to our article). For evaluation, please use our evaluation code in the repo.

Please let me know if you have any further question.
Best,
Fu-Jen