BrianG13 / FLEX

FLEX: Parameter-free Multi-view 3D Human Motion Reconstruction
47 stars 3 forks source link

Confidence score is false #15

Closed UsamaShaikh1 closed 1 year ago

UsamaShaikh1 commented 1 year ago

Hi, i read your paper and came across that confidence score was also used, however in the config file confidence is set to false. Has the codebase not provided the use of confidence score, if it has how can we use it

BrianG13 commented 1 year ago

Our published model weights is without using the confidence score, but if you want to train using those it is very simple.

Just change the config json here: https://github.com/BrianG13/FLEX/blob/main/config_zoo/default.json#L18 to True and it should work :)

What is the data you are using to train your model?