Notes
git fatal: refusing to merge unrelated histories
git pull origin master –allow-unrelated-histories Reference: https://www.educative.io/edpresso/the-fatal-refusing-to-merge-unrelated-histories-git-error<
git first push (new repo)
- create repo first in github !!!
- then retrieve it locally, add files to it and commit Reference: https://gist.github.com/mindplace/b4b094157d7a3be6afd2c96370d39fad
tensorrt and onnx
Try
sudo apt-get install protobuf-compiler libprotoc-dev
pip2 uninstall onnx
pip install onnx=1.4.1
and also
Flash JetPack 4.2.
$ cp -r /usr/src/tensorrt/ .
$ cd tensorrt/samples/python/yolov3_onnx/
$ python2 -m pip install -r requirements.txt
$ python yolov3_to_onnx.py
reference: https://forums.developer.nvidia.com/t/tensorrt-backend-for-onnx-on-jetson-nano/74980/27