Releases: IntelLabs/MART
Releases · IntelLabs/MART
MART v0.2.1
We fixed a performance bottle neck in #19 that should make the training of object detection models 3x faster.
You can install v0.2.1 by running $ pip install https://github.com/IntelLabs/MART/archive/refs/tags/v0.2.1.zip
.
MART v0.2.0
We change the way MART searches for configuration YAML files:
- If a
configs
folder is not in the current working directory, MART would search inmart/configs
from the package installation folder. - If a
configs
folder is in the current working directory, MART would search configuration in the order of./configs
andmart/configs
.
In this way, users can run MART from any folder after installation. A configs
folder is not required any more.
You can install v0.2.0 by running $ pip install https://github.com/IntelLabs/MART/archive/refs/tags/v0.2.0.zip
.