frankvp

Results 20 issues of frankvp

# Bug Report ### Describe the bug When I try to install onnx==1.8.1 onto my virtual environment, I get the following output Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting onnx==1.8.0 Downloading...

bug
build

## Description I am trying to build TensorRT from source on Google colab, and i've been running into some errors when I try to cmake .. ## Environment **TensorRT Version**:...

wontfix
triaged

## Description When I use infer.py on a sample image that was given in the TensorRT samples it gives me totally wrong predictions. I used the infer.py that was suggested...

triaged

## Description I was using the following notebook to convert a detectron2 model (using base configs and weights) to .onnx format, which succeeded. I then downloaded the weights and I...

triaged

## Description Are there are any good scripts out there that can infer without needing detectron2 installed, as i'm running into issues installing detectron2 on python3.6 and the script that...

triaged

## Description I am trying to use the ubuntu 20.04 aarch64 dockerfile (cuda 11.4 one) it gives me the following error: E: Version '8.4.2-1+cuda11.4' for 'libnvinfer8' was not found E:...

triaged

I am trying to train YOLONAS on a 100k dataset of mathematical images. However, upon running the necessary train commands, it errors out giving me the following error: ``` OutOfMemoryError:...

help wanted
question

I must start off by saying that this project is of great help to me. With that being said, let's get into the problem that I have been having. Essentially,...

This isn't so much an issue, but more so a question that I was unable to find answers for on the regular forums. I was wondering if there was any...

I tried to train a custom model. This model's intention was to detect matrices, so I created a dataset, tokenizer, and config.yaml file. However, I am here for a reason....