Ed Muthiah

Results 11 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...

![Screenshot from 2020-06-05 18-17-53](https://user-images.githubusercontent.com/59877549/83853639-e938dd00-a758-11ea-9fa0-e3ce43fa806f.png) Hi I am trying to load the world file as described in this repo: https://github.com/Intelligent-Quads/iq_tutorials/blob/master/adding_a_sensor.md I launch this world then I run the command `ed-muthiah@ed-muthiah:~/catkin_ws/src/iq_sim/worlds$ roslaunch...

## 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...