cvlab-epfl / tf-lift

Tensorflow port of LIFT (ECCV 2016), with training code.
197 stars 55 forks source link

how to control the number of keypoints in tester? Every time is 1000 #29

Closed chuanzhidong closed 5 years ago

chuanzhidong commented 5 years ago

Does anyone know how to control the number of keypoints in tester? Every time I extract 1000 keypoints but I wonder whether I can extract 500 for example.

chuanzhidong commented 5 years ago

just found it. in config.py, line 204: test_arg.add_argument("--test_num_keypoint", type=int, default=1000, help="") here the authors set 1000. We can adjust as we want.