graysuit

Results 4 issues of graysuit

Respected @m301, This project has good features and also it uses basic4android (My favorite android development IDE). This project hasn't been updated for some years. So I want to update...

Updated Facebook Version Why ? Currently direct message doesn't work Raises error like "use latest app to send messages..." I changed version and it started to work fine! No other...

I use ILMerge nuget package: [MSBuild.ILMerge.Task](https://www.nuget.org/packages/MSBuild.ILMerge.Task/1.1.3) to merge assemblies But it doesn't work with Telegram.BotAPI See error log: ``` ILMerge.Merge: The assembly 'System.Threading.Tasks.Extensions' was not merged in correctly. It is...

For [ZoeDepth](https://github.com/isl-org/ZoeDepth), we use: [gradio_im_to_3d.py](https://github.com/isl-org/ZoeDepth/blob/main/ui/gradio_im_to_3d.py) [huggingface demo](https://huggingface.co/spaces/shariqfarooq/ZoeDepth) What I tried: ```python import torch import numpy as np from PIL import Image from unidepth.models import UniDepthV1, UniDepthV2 import trimesh from zoedepth.utils.geometry...