dnns92
dnns92
Dear CML-Team, I hope you can give me some advice for my use-case. I have multiple on-premise machines that can run pipelines for training when new data has been collected...
**Describe the bug** Using a blank installation from the repo following your description and running "python .\main.py selfplay dqn_train" leads to self.legal_moves being None instead of an iteratable when called...
Hello, I'm using a custom certificate for my proxy. Usually I just add it to /usr/.../ca-certificates and install it with "update-ca-certificates". However, when pulling from quay.io/nuclio/dashboard:1.5.16-amd64, like CVAT does it,...
Using a blank install, I can't get the GPT2 model to work nicely. Maybe someone had the same problems. Seeing that the online bot also does not work may indicate...
Hey forum, how do I set the style of a s expression? E.g. I want to catch all the if statements, I use a query like this:`(if_statement(condition_clause(_)) @condition_clause.inner)` to get...
Dear Contributors, is it possible to use the provided .cu code to get rotated bboxes work with deepstream? I cannot find any references on this topic. Cheers
Bug: Places2-Class Signature in places.py class Places2(torch.utils.data.Dataset): def __init__(self, img_root, mask_root, img_transform, mask_transform, split='train'): .... How Places2 is called in test.py: dataset_val = Places2(args.root, img_transform, mask_transform, 'val') This misses the...
I use py-tree-sitter with the grammar *of this repository* to parse c++/c files. However I found that the "and" keyword leads to a weird behaviour. I'm not sure if I...
Dear Community, I receive an incorrect query-capture using the treesitter api on a rare if-statement edge case. I want to grab the condition inside an if-statement. In this particular case,...
### My actions before raising this issue - [ x] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) - [ x] Searched [past issues](/issues) cvat 2.2.0 returns 404 when loading any job. In the browser...