Ali Parandeh

Results 12 comments of Ali Parandeh

This whole repo is debunked. No maintenance etc. And it's useless without the weights.

Check this paper for dense head detection @ghost [Locate, Size and Count: Accurately Resolving People in Dense Crowds via Detection ](https://arxiv.org/abs/1906.07538)

Have you tried testing the models on top to bottom videos/pics?

@RobertCraigie I was trying to implement a /health endpoint where I send an async GET request to /users to get some data in FastAPI from the DB using prisma-python to...

If the request is not async then FastAPI just hangs.

Ahhh I see. Thank you I will use that instead. Yes please you can close this issue

I tested the library in July and it was working fine - The API was providing data to my requests. You can use postman to check the api urls.

Unfortunately the Base64 Type is not Pydantic friendly and fastAPI gives erroring out: `ValueError: [TypeError("'Base64' object is not iterable"), TypeError('vars() argument must have __dict__ attribute')]` I'm trying to save a...

@RobertCraigie Thank you! Absolutely Set this database schema in a PostgreSQL ```prisma generator client { provider = "prisma-client-py" interface = "asyncio" } datasource db { provider = "postgresql" url =...

Same for me for pnpm. Only the second one works ```javascript plugins: [ require('prettier-plugin-tailwindcss'), require('@trivago/prettier-plugin-sort-imports'), ], ```