Chanchana Sornsoontorn

Results 31 issues of Chanchana Sornsoontorn

Next to each transaction in the app, it would be great if you can put date time in human readable format or in exact time. For example, the time could...

Now both functions will accept 4d tensor of shape `[batch_size, height, width, channels]` instead of `[batch_size, height, width, 1]`. It means that the user will be able to predict more...

Basically I just want to know whether this method is viable for making an app that users can upload pictures to train an embedding and it would not cost a...

## Running without pytorch ```py from insightface.app import FaceAnalysis face_detector = FaceAnalysis(providers=["CUDAExecutionProvider", "CPUExecutionProvider"]) face_detector.prepare(ctx_id=0) ``` If I run the above code, only the CPU models would be loaded. Here is...

I want a new kind of GUN that have 2 more motivators and cheerleaders.

If I want to communicate between Unity and a process in another language (e.g. python, C++) how can I do it?

enhancement

I know that that image is scaled to be in range [-1, 1] when training. But I want to also know whether the images were deformed (resized without caring aspect...

Hi @fughilli , your project is very interesting and we want to reproduce your work! First, I want to know how precise the hardware needs to be giving. Please correct...

**Describe the bug** I currently set my `BUCKET_ENDPOINT_URL` environment variable like this: `https://BUCKET_NAME.s3.amazonaws.com/` Notice that I omit the region name. This is fine when uploading images but the URL signing...

bug

This example code is for running SDXL from this page: https://www.baseten.co/library/stable-diffusion-xl/ ```js const axios = require('axios'); const os = require('os'); const BASETEN_API_KEY = process.env.BASETEN_API_KEY; const modelId = ''; // Replace...