Nathan
Nathan
things like `MetricWrapperBase._labelnames` are immutable, but are passed in as parameters when instantiating MetricWrapperBase objects. These would be useful if they were exposed? ```python @property def labelnames(self) -> Tuple[str, ...]:...
### My actions before raising this issue - [x] Read/searched [the docs](https://github.com/opencv/cvat/tree/master#documentation) - [x] Searched [past issues](/issues) ### Expected Behaviour Currently it is possible to export both projects and tasks....
**Is your feature request related to a problem? Please describe.** We don't just want to create checkpoints locally, but also upload to w&b **Describe the solution you'd like** should extend...
## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [x] A new implementation (Improvement, Extension) ### Is your feature request related to a problem? My problem...
After diving into the code, modelkit lists the following regex for asset names: ```python3 GENERIC_ASSET_NAME_RE = ( r"(([A-Z]:\\)|/)?[a-zA-Z0-9]([a-zA-Z0-9\-\_\.\/\\]*[a-zA-Z0-9])?" ) ``` However: 1. uploaded assets and sub-files are not checked against...
Sometimes it makes sense to group helper utilities together in in the library search path. However, we don't always want these files to be loaded if for example the model...
I have been examining the implementation of generating the weakly supervised dataset from the paper Weakly-Supervised Disentanglement Without Compromises, however I think there is a discrepancy between the function `simple_dynamics`...
**Describe the bug** With re-id enabled, detection age is not updated when objects are merged. It makes sense that detection ages should always be sequential in nature, but after merging...
**Describe the bug** Age is not set on all newly added detections. **To Reproduce** Set `past_detections_length` to some low number, and add more detections than this. The detection age will...
UV is in an amazing place to solve the python import traversal and scanning issue for larger projects. There are existing projects that have tried to do this (and I've...