Soumya Tripathy
Soumya Tripathy
Hi, Thanks for appreciating. You can use any custom video for testing our code. That *csv* file can be generated for any face video, You need to use [openface](https://github.com/TadasBaltrusaitis/OpenFace) to...
1. Hey, thanks a lot for pointing this out. In pytorch I found it difficult to recursively call and do backpropagation as in the original implementation. So I did it...
Hey, why not replace all `executable-find` to `executable-find-add-remote`? After I replaced it, I did not get any error.
Hey, Yes, it can be used in that way too. You just need to add your CSV file with AUs and pose vectors to this repo (something like this https://github.com/Blade6570/icface/blob/master/test_code_released_new/00116.csv).
(add-hook 'ibuffer-sidebar-mode-hook (lambda () (setq-local display-buffer-base-action '(display-buffer-use-some-window)))) something like this works. Borrowed from here: https://emacs.stackexchange.com/questions/28195/open-ibuffer-selected-buffer-in-other-existing-window
Hi, Thanks for the patch. I will have a further look at this. The current workflow is to call the `M-x slurm` command on any remote buffer and it will...
Okay, thanks for the explanation. I see your point. Could you please submit this patch as a pull request if it is possible for you? Then I can test that...
Hi, I am unable to replicate this issue in my env. However, I have added a fix depending on the error message so please check and let me know. If...
Hi, which PyTorch version are you using? This code is written for V0.3.1.
Hi, Seems like some package version mismatch problem. Please set up your enviornemnt again by keeping Python at 3.5.4 Pytorch at 0.3.1 PIL at 6.1 and let me know if...