Ekta P Bhojwani

Results 9 comments of Ekta P Bhojwani

> > How about > > ```python > > import numpy as np > > from imgaug import augmenters as iaa > > from torch.utils.data import DataLoader, Dataset > >...

> **Is your feature request related to a problem? Please describe.** > I am using custom augmentation to train the effdet. And I don`t know good way to integrate my...

> I am trying to get the model trained on a custom dataset using PyTorch framework exported to ONNX and to further convert to TensorRT and run on jetson nano....

Just a heads up! Get rid of memory efficient/AutoJit functions while looking for converting to ONNX! You might change(temporary Workaround) some functions in the site-packages/timm/models/layers/activations_me.py Line 54 instead of returning...

> Hi Master. > Can you add code to visualize the detection effect? I can't find the code for visual inspection in this repository. @qzwangUSTC I can share it with...

> Hi, > > I have a quite large model (140MB weights) that, that was successfully converted to TRT with TF 2.1.0 > > But with 2.2.0 rc1,rc2,rc3 it always...

Thanks for getting back real quick. Any luck with TensorRT on Jetson platforms? Thanks On Wed, Jul 8, 2020, 5:43 AM cbodenst wrote: > Hi Ekta. was using Google Cloud...

> > Cannot reproduce on my site. Did your environment fit requirements ? > > python3.5 > May be TensorRT 3.0.4, how to check tensorrt version ? > Tensorflow 1.10.0...