OSTeC icon indicating copy to clipboard operation
OSTeC copied to clipboard

TF implementation of our CVPR 2021 paper: OSTeC: One-Shot Texture Completion

Results 12 OSTeC issues
Sort by recently updated
recently updated
newest added

Hi, I followed your installation and environment requirements. I pass all the model loading and compilations successfully, but then in line 95 in file arcface_handler.py: return self.sess.run(self.emb_norm, {self.img_ph: [img.pixels_with_channels_at_back()], self.lms_ph:[lms]})...

https://drive.google.com/file/d/1TBoNt55vleRkMZaT9XKt6oNQmo8hkN-Q/view?usp=sharing

is anyone meet this problem? I install tensorflow 1.15.5 on Ubuntu, CUDA 11.1, cudnn 8 In file included from .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/third_party/eigen3/Eigen/Core:1, from .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/tensorflow/core/lib/strings/strcat.h:29, from .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/tensorflow/core/lib/core/errors.h:24, from ~/OSTeC/external/stylegan2/dnnlib/tflib/ops/tensorflow/core/framework/op.h:26, from external/stylegan2/dnnlib/tflib/ops/fused_bias_act.cu:9: .conda/envs/ostecP/lib/python3.6/site-packages/tensorflow_core/include/Eigen/Core:28:12: fatal...

conda env create -f environment.yml -n ostec Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - dbus==1.13.6=h48d8840_2 - hdf5==1.10.6=nompi_h6a2412b_1114 - menpo3d==0.8.3=py36h355b2fd_0 - gst-plugins-base==1.18.4=hf529b03_2 - libgomp==9.3.0=h5101ec6_17 - ffmpeg==4.3.2=hca11adc_0 - glew==2.1.0=h9c3ff4c_2...

Hello, some input images have such an error, do you know why? Hope to get an answer, thank you very much! Traceback (most recent call last): File "run_ostec.py", line 98,...

The result of mine is a little strange, my texture and shape are not aligned, especially at nose eyes and mouth. ![截屏2023-04-12 18 19 28](https://user-images.githubusercontent.com/92142744/231430000-f9d4ecf4-b0a9-4463-981c-192213e52a2c.png)

Thanks for your great job. I 1. When I run the code it tips -f unrecongnized arguments. 2. Another problem is that I can not see any differences from the...

Hello, I am very interested in your work. What if I wanted to train this network from scratch? Can you give me detailed training procedures?

I keep getting error because of args parameters is not defiend can you share args parameters to start with?