Han Liu

Results 9 issues of Han Liu

@auroua , Hi, I'm trying to finetune your model on CASIA, but using different face align method. Dataset is also a TFRecords file. It's strange that nan occurrs in the...

@auroua Hi, Thank you for your contribution on this work. In [Training Tips](https://github.com/auroua/InsightFace_TF#training-tipscontinual-updates), you said that Using the current model, and the lr schedule in train_nets.py, you can get the...

In the [preprocess code](https://github.com/yunjey/stargan/blob/master/data_loader.py#L85), it seems that Rafd is not aligned. Only CenterCrop and Resize is performed. Is it not necessary to align Rafd dataset?

Hello! I've done the first step: train_text_embedding_birds.sh When I run train_birds.sh, error like below occurs: Traceback (most recent call last): File "train.py", line 150, in preprocess(img, desc, len_desc, txt_encoder) File...

When using `python demo_syncnet.py --videofile data/example.avi --tmp_dir /path/to/temp/directory`, I get the same result as: ` AV offset: 4 Min dist: 6.742 Confidence: 10.447 ` But, when using `run_syncnet.py`, I get...

@joonson @amirjamaludin Hi, Thank you for your contribution on this work. I'm interested in this work, and I'd like to reproduce it in Tensorflow. In section 2 of your paper,...

I modified code in `vispy/examples/tutorial/gloo/colored_cube.py` like this: I changed `V, I, _ = create_cube()` to `V, I, _, _ = read_mesh('/path/to/obj')`. The .obj file contains vertices and faces: `v x...

Error message: Total filenames: 11788 001.Black_footed_Albatross/Black_Footed_Albatross_0046_18.jpg Load from: ../data/birds/captions.pickle 1 10 Traceback (most recent call last): File "pretrain_DAMSM.py", line 247, in assert dataset AssertionError Could you please help me solve...

Traceback (most recent call last): File "pretrain_DAMSM.py", line 275, in dataset.ixtoword, image_dir) File "pretrain_DAMSM.py", line 61, in train for step, data in enumerate(dataloader, 0): File "/media/server009/seagate/liuhan/anaconda2/envs/attngan/lib/python2.7/site-packages/torch/utils/data/dataloader.py", line 310, in __iter__...