BeaverInGreenland

Results 15 comments of BeaverInGreenland

Did you track the VRAM consumption of your model when you try to generate an image ?

```disco_xform_utils.py failed to import InferenceHelper. Please ensure that AdaBins directory is in the path (i.e. via sys.path.append('./AdaBins') or other means).``` DD works, but I am still seeing this error (or...

Which Pytorch version are you using ?

Hello, 1. I think that you trained your models in the proper way. Just check the samples folder that contains the validation (?) results of each checkpoint to get the...

Hello, have you tried to follow these steps ? https://github.com/neuralchen/SimSwap#training

If I'm not wrong, the pretrained weights come from a training on either vggface2-224 (**people** folder in **checkpoints/**) or vggface2-hq (**512** folder in **checkpoints/**) The point of training is to...

> thanks for your contribution, I trained the new 512 model, but it doesn't reason correctly, if you're in the mood I can share my checkpoint Can you open an...

Hello, you can find your solution here: https://github.com/neuralchen/SimSwap/issues/39#issuecomment-873758730 You should reduce the face detection threshold in `test_wholeimage_swapsingle.py` for the following code: ``` app = Face_detect_crop(name='antelope', root='./insightface_func/models') app.prepare(ctx_id= 0, det_thresh=0.6, det_size=(640,640))...

Did you try to install this pytorch version https://pytorch.org/get-started/previous-versions/#v180 ? ```conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge```