Skip to content

Commit

Permalink
Add support for the IMX500
Browse files Browse the repository at this point in the history
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
naushir committed Sep 27, 2024
1 parent 12d0d8f commit 58e8db3
Show file tree
Hide file tree
Showing 18 changed files with 4,248 additions and 3 deletions.
90 changes: 90 additions & 0 deletions examples/imx500/assets/coco_labels.txt
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
21 changes: 21 additions & 0 deletions examples/imx500/assets/colours.txt
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
Loading

0 comments on commit 58e8db3

Please sign in to comment.