cvlab-epfl/tf-lift

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

Closed this issue · 1 comments

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.

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.