tommycwh
tommycwh
Thank you very much for your amazing work. I would like to ask a question about how to project a mesh estimated by PyMAF/PyMAF-X back on the input image. It...
I tried to run the "hulk" example with fantasia3d from the README, but the result is not good. ``` # or you can initialize from a mesh # here shape_init_params...
I tried to load the provided pretrained weights on CelebA dataset to give predictions about the sample images from the folder ```examples/celeba```. However, it says that the pretrained weights do...
Following the example of finetuning phi-3.5-vision using qlora from Phi Cookbook [link](https://github.com/microsoft/PhiCookBook/blob/main/md/03.FineTuning/FineTuning_Vision.md), I was running the finetuning script but got interrupted so I want to resume the finetuning process. Here,...
I am new to AlpacaEval and I am trying to run the evaluation code with a custom evaluator. However, when I run ```evaluate_from_model``` with my custom evaluator, it prints messages...