raptyk

Results 11 comments of raptyk

same here... ` (stylegan3) C:\Projekty\AI\DragGAN>.\scripts\gui.bat Loading "C:\Projekty\AI\DragGAN\checkpoints\stylegan2_lions_512_pytorch.pkl"... Done. () {'z_dim': 512, 'c_dim': 0, 'w_dim': 512, 'img_resolution': 512, 'img_channels': 3, 'mapping_kwargs': {'num_layers': 8, 'embed_features': None, 'layer_features': None, 'activation': 'lrelu', 'lr_multiplier': 0.01,...

solved by uninstalling latest CUDA 12.x and installing CUDA 11.8 download CUDA 11.8 here: https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_local

Same here for Nextcloud 27.1.3 and lastest version of Contacts 5.5.3

Thanks for the quick response and the prepared example! It looks very promising! Despite the large number of objects fps are at maximum level. Everything works as it should. >...

> thanks for so detailed bug report! I'm glad that I can contribute to the project's development, even if it's just a small support. > You've mentioned that you use...

I have some additional observations regarding the face recognition problem: The unrecognized face causing the issue is visible in the photo preview, but it doesn't appear in the list view...

> @raptyk Can you share somewhere date from DB i need only from face_group (id) and image_face(id, face_group_id, media_id)? [image_faces.csv](https://github.com/user-attachments/files/17228029/image_faces.csv) [face_groups.csv](https://github.com/user-attachments/files/17228043/face_groups.csv)

image_faces (big table!) |id |face_group_id|media_id| |----|-------------|--------| |1 |1 |8 | |2 |2 |8 | |3 |1 |9 | |4 |3 |10 | |5 |65 |8 | |6 |103 |11 |...

![image](https://github.com/user-attachments/assets/d06e89f1-4050-45f3-affa-b3c4e4c4b27a) I get an error when I try to connect face_group_id=0 with face_group_id=103. This is how it appears from the UI perspective; I haven't delved into the database structure.

Same here: ``` Error doing job: Exception in callback _SelectorDatagramTransport._read_ready() (None) Traceback (most recent call last): File "/config/custom_components/localtuya/discovery.py", line 65, in datagram_received data = decrypt_udp(data) ^^^^^^^^^^^^^^^^^ File "/config/custom_components/localtuya/discovery.py", line 30,...