Detectron2 on jetson nano or tX2

i want to implement detectron2 or any other way to segment images ( i’m using a custom dataset) on jetson nano ot tx2.
Can anyone help me to achieve this.

Hi,

You can find a detectron2 inference example below:

For training, please see the model owner GitHub itself.
Thanks.

thanx.
Can you tell me how to install all the depndecies.
Also the stated tensorRT version is >= 8.4 but I have 8.2 with the last possible jetpack(4.6.4 for tx2)

Hi,

Sorry the the missing.
The sample needs at least TensorRT 8.4 so it won’t be available for TX2.

Thanks.