Cannot instalol tensorflow_io on Jetson TX1

hi
I want to install tensorflow object_detection library from GitHub repository (this link)
and when I write the command:
python3 -m pip install .
it returns an ERROR for the tensorflow library:
ERROR: No matching distribution found for tensorflow_io
seems like there is no matching distribution for Python3.6 and aarch64.
what can I do?

CUDA: 10.2
TensorRT: 8.2
cuDNN: 8.2
Python: 3.6
NVIDIA Jetson TX1

Hi,

The library has lots of dependencies.
It’s recommended to check with the library owner if they can support the Jetson environment first.

Thanks.

seems like it has a problem with Python3.6

Hi,

For object detection, you can check if jetson-inference can meet your requirement.

Thanks.

@dusty_nv
Hey, dusty, how are you?
can I use your jetson-inference repository on GitHub to train my own custom object detection model?
I want to collect my own dataset, label the images and train the object detection model, and after that, infer on the jetson board.
can I do that?

@AastaLLL
Thank you so much for your a response ❤🌸🌸

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.