Closed jytime closed 6 years ago
In the eval_gui.py file, we have a default of
tf.app.flags.DEFINE_integer('num', 10, 'Number of examples to evaluate. Set to -1 to evaluate all.')
.
Thus the numbers you report only give the errors over the first 10 examples from about 200. If you run
python eval_gui.py --variant=train_2015 --ex C --num -1
it should be equal to the results in the paper.
Thank you Simon
Hi Simon,
I am testing the pre-trained models on the Kitti. In your paper (https://arxiv.org/pdf/1711.07837.pdf), the best unsupervised AEE (All) of UnFlow-C on Kitti 2015 training set is 8.80. But when testing, it returns:
May I ask is this because you have improved the model? Thanks a lot.