iiLaurens

Results 24 comments of iiLaurens

+1 as I am dealing with a similar problem. Setting the temporary directory using a config file would be helpful.

> This works well for smaller tables, but when dealing with large dataframes the initial load can take significant time. And most streamlit actions and even some AgGrid selections can...

+1 for this. Ensuring a GPU is available in a production environment in the cloud can be a real nuisance. Also since MMdetection 2.0 there is support for CPU-only mode....

Since the creator of issue #77 mentioned he was able to convert the model (but unfortunately did not share his config or conversion steps), I decided to give it another...

As far as I know there is no windows version for mmcv-full. And as you noticed mmcv simply doesn't work at all. I run in Linux environment. On Fri, Sep...

I did not do any further training, just converting. If my memory serves me correctly, I had to convert both the model and the config file. Did you convert both?...

I was able to get it to run from docker container (for use in AWS Lambda). This is the dockerfile: ``` FROM public.ecr.aws/lambda/python:3.8 RUN yum -y install gcc mesa-libGL RUN...

No it does not work with 2.x. Issue #71 requests is related to this as it would need support for 2.x.

Hello Duncan, Sorry for the late reply. As you are the creator, I respect your decision although I would have gladly seen support for some sort of R & Excel...

Hi Duncan, I did some digging into the source code and I actually found a method to implement my requested feature. Suppose that I have two files in an arbitrary...