Matthias
Matthias
Sounds great, thanks! On Mon, 1 Mar 2021 at 09:22, Marcus D. Bloice wrote: > Hey everyone, is this still being actively developed? > > Hi there, at the moment...
Hey guys, what is the current status of this repo when using TF2? When I want to use the `tf_upgrade_v2` script, do I need to run it for the whole...
@ppwwyyxx Thanks for your response. Unfortunately it's very unlikely that we use both TF1 and TF2 in our projects, we will rather stick with TF2. I understand that it is...
@ppwwyyxx Ok, thanks for the info.
> I am facing this issue in production. I need urgent help on this. Can anyone help me on this please. I had the same issue, but was not able...
After changing to `tensorflow-aarch64==2.11.0` in `cvat/requirements/base.txt` and to `psycopg2-binary==2.9.3` in `cvat/requirements/production.txt`, as proposed by @AlexeyAlexeevXperienceAI, I was able to build CVAT on my arm/aarch64 machine - with one exception: **cvat_opa**...
Hey everyone, we also would like to put `params.yaml` and `dvc.yaml` files into a config sub folder. What is the status of this issue?
We can reproduce this problem with the following piece of code using Python 3.8.10 on Ubuntu Linux 20.04: ```python import multiprocessing as mp def demo(argument): print(argument) def create_process(): arg =...
> You can export in any desired dataset format and convert images using [Datumaro](https://openvinotoolkit.github.io/datumaro/docs/user-manual/command-reference/convert/): I know that I can convert the images after downloading them. But the thing is their...
@nmanovic Any update on this? If we would like to implement that on our own in CVAT, where would we want to look for that in the CVAT sources?