random_face
random_face copied to clipboard
A simple python library for fast image generation of people who do not exist.
Hi, I've been trying to use the models using another framework, I tried to follow the python code to define de input and output of the two models unsuccessfully. So...
I am getting an error while trying a simple program. Could you please assist on how to fix this issue. engine = random_face.get_engine() random_face = engine.get_random_face() Traceback (most recent call...
Processing time: 0.1736280918121338 s. Press 'q' for quit qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/usr/local/lib/python3.8/dist-packages/cv2/qt/plugins" even though it was found. This application failed to start because...
https://colab.research.google.com/drive/19_opEUZlzejX8LpsrAGxbWiruaF5gVnE?usp=sharing RuntimeError Traceback (most recent call last) in () 4 import random_face 5 ----> 6 engine = random_face.get_engine() 7 face = engine.get_random_face() 8 cv2_imshow(face) 1 frames /content/random_face/random_face/engine_openvino.py in __init__(self, cfg)...
Hi Sergei, thanks for your contribution! I am interested in this fast face generation. I wonder if you have ever benchmarked the performance of this model, have the latency on...