Ashwin
Ashwin
Hi, would appreciate your thoughts on training on a custom dataset. My image are about 1400x1000 in shape. I've changed the below variables in the config file: ``` ori_img_w =...
Hi, thanks for this repo! :) #define MODEL_INPUT "images" Could you help me understand what "images" refers to here? Is it the name of input node? In case I have...
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi, I am running into a situation where training...
Trying to associate bounding boxes from `boxes = world.get_level_bbs(object_type)` to an actor to assign velocity based on that of the actor's. Transforming actor's bbox location to world space like: `actor_bbox_world_location...
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) ### Is your feature request...
Hi, thank you so much this resource. it's been really helpful in guiding me in my work. I have a docker setup working with `l4t-jetpack:r36.3.0`. However I am at a...