tools/test_net.py has no rt_test_net() function
Closed this issue · 2 comments
afterimagex commented
cannot import name rt_test_net
tools/test_net.py need call rt_test_net function in lib/rotation/rt_test.py
but not find it
mjq11302010044 commented
@afterimagex rt_test is not implemented, if you want to do some testing, you need to implement yourself by using some functions in tools/rotation_demo.py (e.g. demo() or rotation_demo()), some examples is in tools/joint_test.py, hope it will help.
afterimagex commented
thanks a lot!