Chang Yuance

Results 8 issues of Chang Yuance

I try the commands with pip install -r requirements. And I got so many mistakes, sush as "No module named 'pytorch_lightning.utilities.cli'". However, I do find the pytorch-lightning 2.0.2 pypi_0 pypi...

I am queit confuse as i try the samples. What should I do? I also don't know how to solve this problem, What should I do to modify the yaml...

I try the following code to do torch pruning by modefying the val_dual.py. # Configure model.eval() # here do model pruning ################################################################################ # Pruning import torch_pruning as tp1 example_inputs =...

![Image](https://github.com/user-attachments/assets/a2aacaa9-5d16-417c-adf7-e46bf2756e86) Should I use the mediapipe version or not? Are they only (i.e. https://github.com/hhj1897/face_alignment and mediapipe ) the different result of FAN landmark ? I wonder whether the code could...

I mainly want to train on facial palsy dataset? What should I do first?Have anyone try to finetune?

我的代码再val_dual.py下进行了一些修改 I modefy the val_dual in yolov9 like followings 在# Configure model.eval() 下加入了pruning code # here do model pruning ################################################################################ # Pruning import torch_pruning as tp1 example_inputs = torch.randn(1, 3,...

![Image](https://github.com/user-attachments/assets/546baa1d-0fd9-475a-b2f0-21f30eb58597)