zw_sd
1
Where can I find the source python codes of jetson.inference and jetson.utils?
Where can I find more documents about how to use/modify jetson.inference and jetson.utils python codes?
I want to modify the codes of imagenet.py or detectnet.py. I want to customize the object detection.
I want to draw rectangles in the image/video.
Thank you.
Hi,
You can find the source of jetson_inference here:
And jetson_utils source here:
Please noticed that the python interface is wrapping from the C++ implementation.
More detail can be found in the python
folder.
Thanks.