Saleh Ramezani

Results 10 issues of Saleh Ramezani

It would be nice if we can use FLIF format for games.Can you please develop a simple c FLIF file loader?

I was checking Modal component source code today because I couldn't change its border color via theme Apparently, the border and background color of Modal is constant. Is there any...

I get the following error on windows 10 (Pytorch with Cuda 11.6, Python 3.10), It seems that the extensions built, but couldn't get loaded. ``` warnings.warn( Using C:\Users\Saleh\AppData\Local\torch_extensions\torch_extensions\Cache\py310_cu116 as PyTorch...

Code: ``` Platform& platform = Platform::instance(); Config config; config.device_scale_hint = 2.0; platform.set_config(config); ``` `` Issue: The problem is that when I set device_scale_hint , the link doesn't work anymore ,...

Hi Thank you for the awesome work. Can I replace StyleGan2 with MobileStyleGan? Does it speed up the process? And It would be great if you can give me some...

On my computer clustering took two days, and still is not completed. here is the configuration file Windows 10 VocabularyTrainData 1.5G Train Video Duration: 3min ``` %YAML:1.0 # openFABMAPexe Settings...

I get the following error , when I try to run Facial_landmark.py ``` D:\Program Files\Python310\lib\site-packages\torchvision\models\_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future,...

Hello, I was wondering whether WebXR Viewer supports PWA setup? The last time that I checked It didn't work.

because of the removal of deprecated functions and classes like "LocalParameterization" , the code can not be built with newer versions of ceres. ``` sc /Tp../../pose-graph\pgo.cpp /Fobuild\temp.win-amd64-3.10\Release\../../pose-graph\pgo.obj /std:c++17 pgo.cpp ../../pose-graph\pgo.cpp(14):...

### Describe the Bug I've loaded a label map volume, everything works OK , the only issue I have is that segments with indices over 255 doesn't show up. I...