1 Star 0 Fork 0

irishcoffeeguo/jetson_nano_detection_and_tracking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
stevemacenski 提交于 2019-04-28 23:51 . fix pip after install
echo "Clone this repo and place it where you would like to have all the detection/model API installed and run this script in the root of that directory."
echo "Install jetson nano swap memory of 6GB. Reboot to take effect"
./install_scripts/install_nano_swap.sh
echo "Install Tensorflow and dependencies"
./install_scripts/install_deps.sh
echo "Install TF models and detection API"
./install_scripts/install_tf_models.sh
sudo apt install curl
curl https://bootstrap.pypa.io/get-pip.py | sudo python3
echo "done!"
echo "You may now install pretrained models via:"
echo "python3 tf_download_and_trt_model.py ssd_mobilenet_v1_coco / ssd_mobilenet_v2_coco / etc"
echo ""
echo "Which will install in ./data and the TRT model will be saved as [name]_trt_graph.pb."
echo ""
echo "Then utilize by changing the model to use in the JetsonObjectDetection program via:"
echo "python3 jetson_live_object_detection.py [model]_trt_graph.pb True"
echo "Where True/False is debug for printing statements and showing visualizations."
echo "This should also be run in the local directory for the time being until absolute paths are used."
echo ""
echo "Good luck!"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irishcoffeeguo/jetson_nano_detection_and_tracking.git
git@gitee.com:irishcoffeeguo/jetson_nano_detection_and_tracking.git
irishcoffeeguo
jetson_nano_detection_and_tracking
jetson_nano_detection_and_tracking
main

搜索帮助