una-dinosauria/3d-pose-baseline

what is the meaning of the predict_14 flag?

Closed this issue · 1 comments

Ubuntu 18 python3
flag:predict_14 meaning? why do you need the flag?
thanks in advance

From

tf.app.flags.DEFINE_boolean("predict_14", False, "predict 14 joints")

We use that flag to predict 14 joints in the output instead of 17. We report both experiments in the paper.

Cheers,