Michelangiolo Mazzeschi

Results 7 issues of Michelangiolo Mazzeschi

When running the colab file and restarting it after dependencies have been installed, the code runs an error at the following line: ``` # Run the demo !python demo.py --vid_file...

bug

### Describe the bug Hi, I would like to set up a task definition with ports 3000:7000, I am running the following code: `aws ecs register-task-definition --family %name% --task-role-arn %ecs_role_arn%...

ecs

I am using the the code from this gradio app (that utilizes superglue): https://huggingface.co/spaces/Pinwheel/SuperGlue-Image-Matching I am matching the images with the following code. `pred = matching({'image0': inp0, 'image1': inp1}) `...

As per instructions, these are the command I am running in sequence: `launch-all.sh` Then: `taiga-manage.sh createsuperuser` However, the process is interrupted and ends with: `superuser creation skipped due to not...

bug

I find out there are some queries that make the search function stall for over 1 minute, then they return 429, regardless of waiting time. Ex. "Malaysia sugar tax, RM0.40...

Hi, I was wondering if there is a way to list all keys, keys() has been deactivated. Thank you

``` # takes build time + 5-8 minutes to complete FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04 ENV DEBIAN_FRONTEND=noninteractive ENV HF_TOKEN=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 ENV TZ=Asia/Hong_Kong # install linux packages RUN apt-get update && \ apt-get update &&...