Ghazaleh
Ghazaleh
Hello, thanks for the PyTorch implementation! I noticed that the pre-trained models have very low accuracy (0.36%) on the validation set. Have the weights changed? I'm just trying the colab...
Hi everyone, Does anyone know how to use pypylon from outside of the network that the cameras are connected to?
## ❓ Question Hi, I am trying to use torch-tensorrt to optimize my model for inference. I first compile the model with torch.jit.script and then covnert it to tesnsorrt. ```shell...
## Bug Description Hi, I'm trying to compile a model with torch_tensorrt. I was able to successfully create the scripted model but when compiling it I'm getting the following error:...
Thank you for the great paper and open-sourcing your work. I am trying to train the network on a costume dataset that contains multiple people performing different tasks in each...