ai4iot / iot-segmentations

0 stars 0 forks source link

Try some texture segmentator on jetson #12

Open CarlosGual opened 8 months ago

CarlosGual commented 8 months ago

A texture segmentator is a segmentator that predicts pixel level masks to segmentate stuff in a given image. Examples are Facebook SAM or MaskRCNN. We should check some of this segmentator and see if we are capable of running it.

CarlosGual commented 7 months ago

There is a tailored version of SAM segmentator to run on jetson devices: https://github.com/NVIDIA-AI-IOT/nanosam We should try it.

CarlosGual commented 7 months ago

https://github.com/dusty-nv/jetson-containers check this out, it already has nanoSAM versions on docker container so it is easier to test them.