PeizhuoLi / manifold-aware-transformers

A novel manifold-aware transfomer architecture for predicting garment dynamics on unseen geometries [EUROGRAPHICS 2024]
26 stars 7 forks source link

training error #2

Open HackerHuangZY opened 5 months ago

HackerHuangZY commented 5 months ago

AttributeError: 'HandleControlledSequence' object has no attribute 'L' how to prefix it . I'm looking forward for your reply

PeizhuoLi commented 5 months ago

Hi, could you provide a more information? For example, what options did you use for training and in which file at which line of the code did this error happen.

HackerHuangZY commented 5 months ago

I use the command python train_frame_based.py --save_path=./pre-trained/vtotrain --multiple_dataset=./dataset/sequence_lists/vto-training-example.txt to retrain your model.

it returns the error

QQ截图20240507095519

HackerHuangZY commented 5 months ago

By the way, using different folders in vto datasetsets, it returns diferent errror. Seemingly that the " if cfg.use_jacobian:" in Handle_dataset.py at line 506 in HandleControlledSequence class is not called.How to activate the parameter cfg. Thanks for your help and your selfless open sourse contribution

PeizhuoLi commented 4 months ago

Hi, thanks for the info. I updated option.py to activate use_jacobian by default. Alternatively, you may also add an option --use_jacobian=1 when starting the training script.

HackerHuangZY commented 4 months ago

Thank you,I have already revised the parameter in option.py before your reply, but there has new problem 39385c35adcfd9a7ef3d423f0888a21d where is the pose

PeizhuoLi commented 4 months ago

Hi, body_pos is only used in an early interation and is no longer used in the final version.

HackerHuangZY commented 4 months ago

thank you.

HackerHuangZY commented 4 months ago

What's more , how can i find the default data /data/batch1/moving1_topo1_Cotton?

PeizhuoLi commented 4 months ago

This is a data used only in the early stage of the project with a different representation and setting. We don't have plan on releasing it.