cfivek

Results 8 issues of cfivek

* face_recognition version: 1.3 * Python version:3.7 * Operating System: MacOS 10.15 ### Description Using the example provided to train multiple images using sklearn/svm. I added the small portion of...

Hello, are you able to add the configs for gopro/reds? only the rain13k and SIDD are included. Thanks!

From progress bar wiki: `ctk_progressbar.configure(fg_color=..., progress_color=..., number_of_steps=None, ...)` When trying to implement, encountering this error: \site-packages\customtkinter\windows\widgets\utility\utility_functions.py", line 18, in check_kwargs_empty raise ValueError(f"{list(kwargs_dict.keys())} are not supported arguments. Look at the documentation...

Is there an option to disable this warning? Or warnings from CTk in general? "CTkLabel Warning: Given image is not CTkImage but . Image can not be scaled on HighDPI...

enhancement

\Python\Python310\lib\site-packages\customtkinter\windows\widgets\core_widget_classes\dropdown_menu.py", line 100, in _add_menu_commands self.add_command(label=value.ljust(self._min_character_width), AttributeError: 'int' object has no attribute 'ljust' values or variable doesnt support integers. You can get around it by making each int of the...

After upgrading to 5.05 (from 5.01), I noticed my root.iconbitmap is being overridden with the customtkinter logo. It seems I can no longer use my own .ico? Bug?

bug

The only one that seems to work for me is Google Services. When logged in to google/gmail, the script always returns Google Services. However for the other ones I am...

When using the infer code from inference.py, if you want to run the inference step multiple times, script will completely fill up memory in a few minutes. ``` import torch...