Ed Muthiah

Results 12 issues of Ed Muthiah

Hello, Does TrackFormer support multi-class multi-object tracking? If so how do I go about training this? Thanks :)

Hey again @GeekAlexis Great work on the repo so far. I would like to contribute by adding a few custom models like centrenet, yolor, yolox. I know that these models...

Hello, I'm looking to use this repository on PyTorch 1.9 and CUDA 11.1 as I'm trying use an RTX3090 for training. I've tried the following combinations: pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111...

TensorRT is used in production ML systems. However, it adds another layer to the dependency hell across tensorrt/python/cuda/cudnn versions. Right now the cleanest solution seems to be using the NVIDIA...

## Enhancement Hi, just wondering what it would take to incorporate rotated or quadrilateral bounding box annotations. Adding an angle attribute to the box might be a start. Happy to...

enhancement

## ❓ Question Hello, I have a torch scripted model that I am trying to compile with TensorRT: ```py import cv2 import numpy as np import torch from torchvision.transforms import...

question
component: lowering

Hello, I am looking to generate the masking policies in the target folder but not actually run them against Snowflake. I would like to then send these via email to...

question

Hello, I'm trying to get servoout.bin on a VESC Mk IV in Ubuntu 18.04 with VESC Tool 2.01. And currently following these instructions: https://f1tenth.org/forum.html?place=msg%2Ff1_10%2FW6MxZ6bdzdk%2F29HmGgLhBgAJ The instructions in this https://github.com/vedderb/bldc require...

I am currently trying to convert the Iris model.sdf to an urdf so that I can get RViz depth cloud visualizations when I add a depth camera. I was able...

**Is your feature request related to a problem? Please describe.** The current docs do not go into detail of how to generate data that can be indexed into Marqo. There's...

enhancement