You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If trying to use Armory's metrics code, you currently need to have tidecv installed even though it is not listed as a dependency in pyproject.toml. It would be nice to be able to import metrics as such when armory is installed:
The package tidecv is present in theengine dependencies group. I suspect you did pip install . aka pip install armory-testbed which just installs the absolute minimum possible to run the armory launcher. If you instead pip install .[engine], then tidecv will be installed.
The expected use is pip install .[pytorch] which includes engine as a dependency component of pytorch. I had not considered wanting metrics without engine. If this assumption is wrong, we should correct that.
If trying to use Armory's metrics code, you currently need to have
tidecv
installed even though it is not listed as a dependency inpyproject.toml
. It would be nice to be able to import metrics as such when armory is installed:Currently throws:
The text was updated successfully, but these errors were encountered: