Snehashis Chatterjee

Results 5 comments of Snehashis Chatterjee

@AlexeyAB @jamessmith90 how to inference a Yolo lstm model on a video? is it normal frame-by-frame or should I give a total of 16 frames at a time?

Thank you for your reply. if someone wants to export yolov6 fp16 model to openvino fp32 model then using openvino int8 quantization convert the fp320ir model to int8 ir model,...

yes, can you pls list down the proper steps to do this PTQ using openvino ? > Hi, what's your question, do you mean you want us to support PTQ...

> Hi @romanmaznikov1 You can look at [`dali.fn.paste`](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/operations/nvidia.dali.fn.paste.html) operator in the documentation. It performs a similar operation to `cv.copyMakeBorder`. can you please provide sample code