ml-neuman icon indicating copy to clipboard operation
ml-neuman copied to clipboard

The problem with render_reposing.py

Open xiaochenwise opened this issue 1 year ago • 1 comments

I use your trained model to reason my own data with the following command: 

python render_reposing.py --scene_dir data/mydata/output --weights_path out/lab_human/checkpoint.pth.tar --motion_name=jumpandroll. the result for a frame is as follows: out_0007 The people in the picture above are still the people in the training set, not the people in my data set. What is the problem?

xiaochenwise avatar Oct 10 '22 05:10 xiaochenwise

You need to retrain the scene model and human model for your custom data, you've only preprocessed the data, not trained any model from it.

jiangwei221 avatar Oct 10 '22 06:10 jiangwei221