AAFAQ INAMDAR
AAFAQ INAMDAR
Did anyone get the solution to it? Are you trying to get tensorRT too running?
Yes I have run that. Still the randomness Exists.
I am doing RTSP but the FPS I am mentioning is only after the RTSP frame is acquired and then the inference function is called.
How do i do the dimension calculation? ``` # Max allowed input image size as: 1280x720 # 'minsize' = 40 # # Input dimension of the 1st 'scale': # 720...
I tried few values but i am getting dimension error. I was able to speed up(66FPS-> 78FPS on RTX 3090) the inference with reducing max batches in RNET and ONET....
Okay I tried to replicate the same ` #utils.mtcnn input_h_offsets = (0, 185, 205, 279, 307, 327, 341, 351, 358) output_h_offsets = (0, 92, 102, 139 , 153, 163, 170,...
Ok thanks actually i did modify utils.mtcnn but not to nearest even number. Will do that then update you. Also I thing TRT inherintly takes 2.35 GB RAM (YOLOv4 and...
afaik I don't think there will be any reduction of computation power if you use the same weights! maybe you can retrain for only person. but still, in my opinion,...
I am also getting the same error but when I copy everything on google-colab it works perfectly file! Edit: when I used the exact versions in the requirements everything was...
How to use Jetson-inference mobilenet v2 with multiple cameras at once on xavier?