Santhosh

Results 16 issues of Santhosh

I have source of two mp4 extensions files in a `video` tag so next value looked by the browser would be the `codecs` part in the `types` I think according...

I am trying to run the emotion detection on the `Jetson Nano` Trying to increase the inference speed of the model by trying to convert it into `TENSORRT` with the...

Hi I tested inference of the `CenterNet HourGlass104 512x512` implementation on [Tensorflow 2 Object Detection API](https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/tf2_object_detection.ipynb#scrollTo=rOvvWAVTkMR7). I found `CenterNet HourGlass104 512x512` feature extractor to be useful in object detection for...

I found this topic inside MxNET [How do I use TensorRT integration?](https://cwiki.apache.org/confluence/display/MXNET/How+to+use+MXNet-TensorRT+integration?#HowtouseMXNet-TensorRTintegration-HowdoIuseTensorRTintegration?) Mainly to speed up the inference using TensorRT Flow `MxNET >>>> ONNX >>>> TENSORRT` to convert `MxNet` to...

I would like to use `GPU` instead of `CPU` for encoding a video. [Getting Started with FFmpeg/libav using NVIDIA GPUs](https://developer.nvidia.com/ffmpeg) After installing installing `ffmpeg` and configuring `cuda` before installing it....

I am trying transfer learning on a pre trained model present in the [TensorFlow 2 Detection Model Zoo](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md) using my own custom data. I was looking into `pipeline.config` file on...

type:docs
models:research:odapi