Fedor aka Odessa Kutsepin

Results 7 issues of Fedor aka Odessa Kutsepin

Validation OTE CLI input common arguments New tests: tests/ote_cli/test_ote_cli_demo.py tests/ote_cli/test_ote_cli_deploy.py tests/ote_cli/test_ote_cli_eval.py tests/ote_cli/test_ote_cli_export.py tests/ote_cli/test_ote_cli_find.py tests/ote_cli/test_ote_cli_optimize.py tests/ote_cli/common.py Adaptations for new tests: ote_cli/ote_cli/tools/demo.py ote_cli/ote_cli/tools/deploy.py ote_cli/ote_cli/tools/eval.py ote_cli/ote_cli/tools/export.py ote_cli/ote_cli/tools/find.py ote_cli/ote_cli/tools/optimize.py ote_cli/ote_cli/tools/train.py ote_cli/ote_cli/utils/validate_path.py ote_sdk/ote_sdk/tests/conftest.py

CLI
tasks
tests
Stale

Adaptations for new tests ote_cli/ote_cli/tools/optimize.py tests/ote_cli/misc/ote_cli_test_common.py New tests tests/ote_cli/misc/test_ote_cli_train.py tests/ote_cli/misc/test_ote_cli_demo.py tests/ote_cli/misc/test_ote_cli_eval.py tests/ote_cli/misc/test_ote_cli_optimize.py

CLI
tasks
tests
Stale

Docker container for OTE

enhancement
Stale

https://github.com/pjreddie/darknet/blob/f6afaabcdf85f77e7aff2ec55c020c0e297c77f9/python/darknet.py#L151 Here need to be byte objects as arguments e.g b"path-to-net" not a str

Hi I'm using weights for the model locally: import torch from depth_anything.dpt import DepthAnything encoder = 'vits' # can also be 'vitb' or 'vitl' model_id = 'depth_anything_{:}14'.format(encoder) depth_anything = DepthAnything.from_pretrained(f'LiheYoung/{model_id}')...

**Describe the bug:** Attempted to bump torch version to 2.3.0 and got an error: ERROR: fairseq2n 0.2.1 has requirement torch==2.2.2, but you'll have torch 2.3.0 which is incompatible **Describe how...

bug

### Is there an existing issue for this? - [x] I have searched the existing issues and checked the recent builds/commits ### What happened? The GPU on my laptop is...