Andrey Taranov

Results 7 issues of Andrey Taranov

has somebody get it worked?

Works well with time.perf_counter instead

` Entity(model=_path, scale=(.1, .1, .1), y=-2, flipped_faces=False, ) ` loads as a mirrored object. without flipped_faces=False mesh is transparent. In blender or Paint3D it loads correct. What can be the...

sudo docker run --runtime nvidia --network host --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix hikariai/l4t-trt-yolov3:/home/a/TRT-yolov3/yolov3_onnx/yolov3-608.trt bash what I do wrong? Thanks a lot!

I've got only 3 FPS on my Xavier NX with yolov3-608.trt on the video file vs 53 fps on DeepStream SDK with the same trt and video files. Why they...

Why if I use gstreamer pypeline with cv2.VideoCapture, I have 1,3 ms per frame capturing on my Jetson nano, but with this module I have 32 ms per frame. What...

Didn't you try to script torcvision MaskRCNN ?