Skip to content

Commit e00eda0

Browse files
author
Matt Sokoloff
committed
Merge branch 'develop' of https://github.com/Labelbox/labelbox-python into ms/export-dataset
2 parents e3aaa16 + d1360eb commit e00eda0

File tree

10 files changed

+2460
-6
lines changed

10 files changed

+2460
-6
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+

0 commit comments

Comments
 (0)