Nishant Santosh Shrivastav

Results 6 comments of Nishant Santosh Shrivastav

Hi @dusty-nv We are able to do object detection with RTSP using detectnet utility on Jetson Xavier NX but when we are doing object detection using python jetson.inference and jetson.utils...

Hello @dusty-nv, We are able to do object detection using detectnet/detectnet.py or video-viewer/video-viewer.py but faced the above issue while working with RTSP stream with jetson inference python API. We have...

> > We are able to do object detection using detectnet/detectnet.py or video-viewer/video-viewer.py but faced the above issue while working with RTSP stream with jetson inference python API. > >...

Hi @chungyau97 , Getting **401 status code** as shown below in server error logs: `2023-08-08 05:30:23 [ERROR]: [server]: Error: Request failed with status code 401 and body {"statusCode":401,"message":"Unauthorized. Access token...

> Thanks @NISHANTSHRIVASTAV - can you make this work on a single GPU (i.e. Jetson) just the same that it did previously? If it required no changes in CLI arguments/ect...

> The default should be `--gpu-devices 0`. I also meant that I would prefer it not to use `net.DataParallel()` if only 1 GPU is being used, as I don't want...