ahron1

Results 11 comments of ahron1

I often see the same thing. The first call gets a good accuracy 5-10 meters. Then for some reason it gets a terrible accuracy. It seems to me that the...

Yes, this is the part the application uses to interface with pgo. Basically the idea is that from the PoV of the application, any PostgreSQL interface is a drop-in replacement....

It is like saying to the user - you don't have to be locked-in if you try out pgo. Because if the entire codebase uses pgo calls, it is a...

> Yes but we can't really do much about that. The 1st short string (`projectname_release 1 1`) is the last 3 words of the 2nd long string with the progress...

If you use `def` for the fastapi function, it creates a new thread (from a threadpool) for each incoming request. The model has a single copy in GPU. If you...

I would also recommend using Gunicorn instead of Uvicorn to run the app

@mayur-parksmart Thanks a lot for the reference. I will update and push to prod today, get it tested over the next couple of days. Perhaps you should also check/confirm that...

@tazarov Ok, done. There's now a new ImageURLoader class. It works without auth `data_loaders.ImageURLoader("https://images.pexels.com/photos/10981514/pexels-photo-10981514.jpeg")` and also with auth: `data_loaders.ImageURLoader("https://url_to_image", "username", "password")` Please check.

@tazarov Hi Trayan, any remaining concerns before merging this?