Ali Waqas
Ali Waqas
This can't be installed on ubuntu 20.04.
This solves installation problem on Ubuntu 20.04
Which section of code is responsible for generating pickle file?
## Step by step to run this code ### Download Datasets: The original Baidu dataset link is [here](http://www.cbsr.ia.ac.cn/users/ynyu/dataset/) EG1800 dataset link what I used in [here](https://drive.google.com/file/d/18xM3jU2dSp1DiDqEM6PVXattNMZvsX4z/view?usp=sharing) ### Folder Structure: Create...
solved now. Just add some delay after start stream to actually record.
`os.environ['CUDA_VISIBLE_DEVICES'] = '0'`
setting `--val_batch_size=1` solves the issue.
setting --val_batch_size=1 solves the issue.
replace the portion of code in utils.py ```py @torch.no_grad() def video_ref(nets, args, x_src, x_ref, y_ref, fname): video = [] frames = [] s_ref = nets.style_encoder(x_ref, y_ref) s_prev = None for...
> @sumansspsj Are you saying that the code I provided doesn't work for you? it didnt work!