Skip to content

Commit d1360eb

Browse files
authored
Merge pull request #181 from Labelbox/tlt-example
Tlt example
2 parents d0fd5d4 + e3a88aa commit d1360eb

37 files changed

+486
-22592
lines changed

examples/integrations/tlt/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# NVIDIA + Labelbox
2+
3+
##### Turn any Labelbox bounding box project into a deployed service by following these tutorials
4+
5+
--------
6+
7+
8+
#### labelbox_upload.ipynb
9+
* Download images and prelabels
10+
* Setup a labelbox project
11+
* Upload prelabels to labelbox using MAL
12+
* Clean up the data in labelbox
13+
14+
#### detectnet_v2_bounding_box.ipynb
15+
* Plug in training data from previous step (or bring your own labelbox project)
16+
* Train a model using TLT. Compare with a non-pretrained model
17+
* Prune the model for more efficient deployment
18+
* Convert the model to a TRT engine
19+
* Deploy the model using Triton Inference Server
20+

examples/integrations/tlt/detectnet_v2_bounding_box.ipynb

Lines changed: 322 additions & 14866 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)