dnns92
dnns92
Dear authors, in the readme, I saw the tiny-yolov7 performs quite well. Did you train it with this repository or with the yolov7 repository? Can you provide the training hyperparamters?...
### Nuclio Version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of...
Dear yapf-team, for this code snippet, one would expect to receive a roughly same treatment of these two statements: test.py ~~~python x, = some_long_enough_function_to_cause_a_linebreak(very_long_arg1, very_long_arg_2, an_extemly_loooooooooooooooooooooooong_argument) x = some_long_enough_function_to_cause_a_linebreak(very_long_arg1, very_long_arg_2,...
### My actions before raising this issue - [ X] Read/searched [the docs](https://github.com/opencv/cvat/tree/master#documentation) - [ X] Searched [past issues](/issues) Dear CVAT-Team, there have been some efforts to **unify** labeling standards...
Hello, where is the yolov9 model from or with which parameters was it exported? Looking into the model with netron, I can see 2 outputs with shape [1,84,8400] each. When...
Hi, why are there two outputs in this model? When I export like this `python export.py --include onnx --weights yolov9-c-converted.pt` with the yolov9-c.pt from here: https://github.com/WongKinYiu/yolov9?tab=readme-ov-file I only have one...
### Describe the bug The gallery gets updated on new data based on an object parameter, here the variables `DatabaseWindowSettings.gallery_reload_required` and `DatabaseWindowSettings.detail_viewer_reload_required`. When providing the gallery with 4k images, this...