Maxim Teselkin
Maxim Teselkin
An intersting observation: this problem disappeared when I set format='pascal_voc' instead of format='yolo'. So if your dataset has bounding boxes in yolo format, then the pipeline will be the following:...
Ran into the same issue :( Have you found solution?
@guarin thanks
@zizimars I updated python version to 3.10 and made it work. Here is my Dockerfile: ``` FROM nvidia/cuda:11.8.0-devel-ubuntu22.04 ENV PYTHONUNBUFFERED=1 RUN apt-get update --yes --quiet && DEBIAN_FRONTEND=noninteractive apt-get install --yes...
I noticed the same issue - especially in reference image mode. Huggingface integration is broken. Use scripts from original repo instead
@makarbaderko Hi, I am facing the same issue, have you found the solution?
RuntimeError: CUDA error: an illegal memory access was encountered while setting image for predictor
@mishra077 I am using pytorch 1.12.1