Skip to content

Commit 489516c

Browse files
authored
Merge pull request #165 from shashank3959/cherry-branch
Add SSD - TRTorch demo
2 parents d06108f + ddef6f8 commit 489516c

File tree

3 files changed

+757
-1
lines changed

3 files changed

+757
-1
lines changed

docsrc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Notebooks
4848
:hidden:
4949

5050
_notebooks/lenet-getting-started
51+
_notebooks/ssd-object-detection-demo
5152

5253

5354
Python API Documenation

notebooks/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ Within the container, the notebooks themselves are located at `/workspace/TRTorc
4242

4343
## 2. Notebook list
4444

45-
- [LeNet-example.ipynb](LeNet-example.ipynb): simple example on a LeNet network.
45+
- [lenet-getting-started.ipynb](lenet-getting-started.ipynb): simple example on a LeNet network.
46+
- [ssd-object-detection-demo.ipynb](ssd-object-detection-demo.ipynb): demo for compiling a pretrained SSD model using TRTorch.

notebooks/ssd-object-detection-demo.ipynb

Lines changed: 754 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)