iPsych
iPsych
Hello, I tried both easy and step-by-step compile with Xcode, Commandlinetools, and even homebrew gcc, but no success yet. Is there any successful installation in OS X Sierra or newer...
when I use bgapi, it returns unknown type error after it properly connected. for example, "UUID 3eb3 is of unknown type". I can connect same device with LightBlue and subscribe...
Hi, Is there any way to assess AUs of single video or image, not a test-dataset? Any recommended way to pre-process image/video (cropping, face bounding box generation), and the code...
The example 'facefilter' properly compiled and installed in iPhone SE. However, after 'allowing the access to camera', the app just show black screen after below debugging code. Does it only...
Similar to issue #11 After train, eval error happens when use 4 domains dataset. Should I adjust lambda_ds for #domains-1, or adjust other variable to fit with # of domains?...
I re-runned the training with provided dataset and training code, and guess the previous errors are due to mismatch some 'number' between my custom dataset and AFHQ or CELEBA. Is...
After training, can I generate some images from input without eval? For example, specifying input .jpg or folder, in case I have only some cat images want to transfer to...
Hello, Thanks for awesome codes and application. I have a question about training many (6~8) domains like Stargan RAFD implementation in github. When I make all domains separate folders and...
When I run AFHQ training code ``` python main.py --mode train --num_domains 3 --w_hpf 0 \ --lambda_reg 1 --lambda_sty 1 --lambda_ds 2 --lambda_cyc 1 \ --train_img_dir data/afhq/train \ --val_img_dir data/afhq/val...
VlcMovieStim randomly crashes in MacOS High Sierra (around 75%of all runs). Even when it successfully opened, it always crashes when it finished. First I checked whether mixing system python and...