instruction:
success if:
import tensorflow
in python interpreter succeeds without errorimport uff
in python interpreter succeeds without errorcd build; make ..
succeeds without errorinstruction:
execute the following from root directory of project
source scripts/download_models.sh source scripts/download_images.sh
success if:
scripts/download_models.sh
is downloaded and extracted to data/checkpoints
scripts/download_images.sh
is downloaded under data/images
instruction:
execute the following from root directory of project
python scripts/models_to_frozen_graphs.py
success if:
data/frozen_graphs
for each model in scripts/model_meta.py
that does not contain 'exclude': true
instruction:
execute the following from root directory of project
python scripts/frozen_graphs_to_plans.py
success if:
data/plans
for each model in scripts/model_meta.py
that does not contain 'exclude': true
instruction:
execute the following to ensure the Jetson TX2 is in max-P mode
sudo nvpmodel -m 3
execute the following from root directory of project
python scripts/test_trt.py
success if:
data/test_output_trt.txt
is createddata/test_output_trt.txt
for each model in scripts/model_meta.py
that does not contain 'exclude': true
instruction:
execute the following from the root directory of the project
python scripts/test_tf.py
success if:
data/test_output_tf.txt
is createddata/test_output_tf.txt
for each model in scripts/model_meta.py
that does not contain 'exclude': true