Farhood

Results 47 comments of Farhood

> Hello @pknadella, > > The Gifcurry snap sandbox environment unfortunately does not ship with certain codecs so this is expected. > > Some workarounds: > > 1. Use the...

There's this issue I have is that I have ignored my ".ipynb" files, to make sure I don't add sizeable files to the git repository, but I still want to...

> In principle `pre-commit` only acts on files that are staged, or on all tracked files if you use `--all-files`. If you want something like this I think your best...

I had the same issue, but the problem was I copied the docker compose into another folder and deployed it. The issue was that there were some directories in the...

Thank you for your detailed response. Currently, our use case is trying to label and segment CT images of brain. As you know, these images are 3D, hence they could...

So I finally understood what was my problem, and indeed this was not a bug in the software, but a bug in the documentation of the software. All I had...

> Hey, What are your "data" variable and upload_endpoint variable? I am also facing a similar issue. Data is a dict with compression level in it (you can look it...

There's this PR: https://github.com/openvinotoolkit/cvat/pull/4646 but it hasn't been reviewed. Any update on this issue?

I am experiencing the same problem via docker-compose and putting minio behind nginx. The only solution so far is to expose minio at `/` location. Does rolling back to previous...