In order to install the project to use primitives use the command:
make install
In order to install the project for development and be able to generate the JSON annotations and run the demo pipelines use the command:
make install-develop
make test
. For more options, like running on different
datasets, use the sripts/run_pipeline.py
script directly.make release
. This will generate and release a new tag, as well as the corresponding
primitive annotations.$ ./run_validation.py 'v{current_d3_version}/MIT_FeatureLabs/{primitive_name}/{current_version}/primitive.json'
make rollback
. After you have executed it, go back to point 1
to make any further changes needed.