-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add demo scripts for neural network inferencing on the IMX500 device Add an IMX500 devices helper library including sw postprocessing routines Signed-off-by: Naushir Patuck <[email protected]>
- Loading branch information
Showing
18 changed files
with
4,248 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
person | ||
bicycle | ||
car | ||
motorcycle | ||
airplane | ||
bus | ||
train | ||
truck | ||
boat | ||
traffic light | ||
fire hydrant | ||
- | ||
stop sign | ||
parking meter | ||
bench | ||
bird | ||
cat | ||
dog | ||
horse | ||
sheep | ||
cow | ||
elephant | ||
bear | ||
zebra | ||
giraffe | ||
- | ||
backpack | ||
umbrella | ||
- | ||
- | ||
handbag | ||
tie | ||
suitcase | ||
frisbee | ||
skis | ||
snowboard | ||
sports ball | ||
kite | ||
baseball bat | ||
baseball glove | ||
skateboard | ||
surfboard | ||
tennis racket | ||
bottle | ||
- | ||
wine glass | ||
cup | ||
fork | ||
knife | ||
spoon | ||
bowl | ||
banana | ||
apple | ||
sandwich | ||
orange | ||
broccoli | ||
carrot | ||
hot dog | ||
pizza | ||
donut | ||
cake | ||
chair | ||
couch | ||
potted plant | ||
bed | ||
- | ||
dining table | ||
- | ||
- | ||
toilet | ||
- | ||
tv | ||
laptop | ||
mouse | ||
remote | ||
keyboard | ||
cell phone | ||
microwave | ||
oven | ||
toaster | ||
sink | ||
refrigerator | ||
- | ||
book | ||
clock | ||
vase | ||
scissors | ||
teddy bear | ||
hair drier | ||
toothbrush |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
128 0 0 255 | ||
0 128 0 255 | ||
128 128 0 255 | ||
0 0 128 255 | ||
128 0 128 255 | ||
0 128 128 255 | ||
128 128 128 255 | ||
64 0 0 255 | ||
192 0 0 255 | ||
64 128 0 255 | ||
192 128 0 255 | ||
64 0 128 255 | ||
192 0 128 255 | ||
64 128 128 255 | ||
192 128 128 255 | ||
0 64 0 255 | ||
128 64 0 255 | ||
0 192 0 255 | ||
128 192 0 255 | ||
0 64 128 255 | ||
0 0 0 255 |
Oops, something went wrong.