brurpo

Results 10 comments of brurpo

Sorry to bring this up again. been trying to make the buttons change color on click and hover on simpleguiQt, still, after a lot of tinkering I cant seem to...

This is Old, but if anyone wants it, I mad a quick edit to serialiation.py to include uvs in the obj ``` # coding: utf-8 __author__ = 'cleardusk' import numpy...

If you are interested, I made a quick edit to serialization.py to include uvs in the obj ``` # coding: utf-8 __author__ = 'cleardusk' import numpy as np import os.path...

Thanks for the explanation! Its really easy to customize it for yourself if you need to anyway! Thanks again!

> maybe this works https://huggingface.co/spaces/camenduru/converter Thanks! I did try this one too, it doesnt work. Not sure if its something from dreambooth or a bug with the script itself.

you can get the proper resolution like so: ``` import ctypes scaleFactor = ctypes.windll.shcore.GetScaleFactorForDevice(0)/100 root = customtkinter.CTk() w, h = int(root.winfo_screenwidth()*scaleFactor), int(root.winfo_screenheight()*scaleFactor) ``` My problem is that root.attributes("-fullscreen", True) does...

Hey, I managed to get into proper full screen, and exiting, by doing so: ``` root.state('zoomed') root.attributes("-fullscreen", True) root.state('normal') root.attributes("-fullscreen", False) ``` ctk was able to enter proper full screen...

> You can find the transform matrix when scaling and cropping image. After predicting for 3d vertices, you can calculate base on this matrix for aligning to original image. Below...

Same problem here tried running with console enabled to see if there are any hints, but couldnt figure it out ![image](https://user-images.githubusercontent.com/24902022/236517944-829b719e-bbaa-4300-a5d6-9a8738048e1d.png)

> > this model cannot be used? > > correct. It is a different type of embedder. Thanks a lot! Ive been trying to search for one based on brazilian...