rt-net / jnm_jupyternotebook

Jupyter Notebooks for Jetson Nano Mouse
https://rt-net.github.io/tutorials/jnmouse/jupyter-notebook/install.html
Apache License 2.0
3 stars 3 forks source link

Add PyCUDA object detection class to be used instead of PyTorch #15

Closed Tiryoh closed 2 years ago

Tiryoh commented 2 years ago

What does this implement/fix?

https://github.com/rt-net/jnm_jupyternotebook/issues/11 の不具合を回避するためにPyTorchの代わりにPyCUDAを使ったNotebookに入れ替えます。Notebookの挙動は物体検出のみとなり障害物回避はしなくなるため若干異なります。

Does this close any currently open issues?

11 が関連issueです。

How has this been tested?

jnmouse_jp451_v2.zip をJetson Nano Mouse実機にインストールして動作確認

https://github.com/rt-net/jnmouse_utils/tree/master/setup-scripts#option-1

Any other comments?

Checklists