loboere
loboere
when i run the script to invert an image nothing seems to happen !python inverse_render_double_semantic.py exp_name /content/FENeRF/wo_latent_grid/200000_generator.pth --image_path data/examples/image.jpg --seg_path data/examples/mask_edit.png --background_mask --image_size 128 --latent_normalize --lambda_seg 1. --lambda_img 0 --lambda_percept...
amazing work, please create a colab for inference
error
``` Downloading: "https://www.adrianbulat.com/downloads/python-fan/2DFAN4-11f355bf06.pth.tar" to /root/.cache/torch/hub/checkpoints/2DFAN4-11f355bf06.pth.tar 100% 91.2M/91.2M [00:05 physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:00:04.0, compute capability: 3.7) 2021-11-24 05:18:24.483044: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:983] successful NUMA node read...
can you please add an option to upload an image and paint an area to edit with text
I would like to know if there is any code or plan to add it to make variations of an image
`python demo.py -i C:\Users\Damian\Documents\PRNet-master\TestImages\0.jpg -o C:\Users\Damian\Documents\PRNet-master\TestImages\out --isDlib False` then I executed it ``` `. from ._conv import register_converters as _register_converters C:\Users\Damian\Documents\PRNet-master>pause Presione una tecla para continuar . . . ```...
Thank you for your efforts, but can you improve the model to produce better results?
how to train with arbitrary image sizes in image retrieval?
can you tell me where to find the code to interpolate faces, or show me how to do it, according to the page I use weighted sum but I'm not...
I am trying to get the state of the mouse wheel with event.getCount() but there seems to be no such function. code for mouse ``` void mouseWheel(MouseEvent event) { text(event.getCount(),6,60);...