Hi,
Motion :
I wanted to try the testing of the motion field but I have an issue with the variable index_list, it's not defined in your test_motion.py
Interpolation :
- Your ````eval_data.py
has an emptymain```, is it the same as the one in the motion-net ?
- The data to use is the original testing set ? Or the deformed image produced by the test of motion-net ?
data = pd.read_csv(\
'test data')
testdata_l = data['']
testlabel_l = data['']
- What
.pth I should put in dir_deform = '.pth' of the test.py ?
Thank you !
Hi,
Motion :
I wanted to try the testing of the motion field but I have an issue with the variable
index_list, it's not defined in yourtest_motion.pyInterpolation :
has an emptymain```, is it the same as the one in the motion-net ?.pthI should put indir_deform = '.pth'of thetest.py?Thank you !