Skip to main content

Questions tagged [computer-vision]

Computer Vision is a subfield of computer science which deals with analyzing and understanding images. This includes detection of objects like faces in images or segmenting images.

0 votes
1 answer
122 views

I'm trying to distill a YOLO11x detection model into a YOLO11n for inference speed improvements without sacrificing too much detection performance. For this, I just overloaded some functions in the ...
Simon Hergott's user avatar
2 votes
0 answers
62 views

I am training an DensNet model on medical dataset which has gold standards as per annotation. After training i noticed accuracy is just 60%. Later i performed following changes but still no luck. ...
NIrbhay Mathur's user avatar
5 votes
1 answer
94 views

I’m working on an object detection system and I'm new to this field. Here i'm talking with respect to camera point of view. When a object is detected which is far from the camera, it appears small and ...
Basavaraj Kittali's user avatar
0 votes
0 answers
36 views

I am working on my first object detection project and need to implement multi-object detection using ResNet-18 (I am restricted to using this architecture). My dataset follows the COCO format and ...
Daniel's user avatar
  • 11
0 votes
0 answers
51 views

I have an image of a one-line substation schema diagram that includes various components (like transformers, circuit breakers, etc.) and the connections between them. I’m looking for a way to convert ...
Necrosis's user avatar
1 vote
0 answers
42 views

I am currently building my first CNN network on my own for a regression task for which the network must predict the coordinates I am looking at on my screen based on an input image taken through my ...
bebel's user avatar
  • 155
0 votes
1 answer
29 views

I'm looking for images dataset which have multiple images per instance. For example, healthcare dataset, where each person is classified with a diagnosys and have several images describing them.
J. Doe's user avatar
  • 101
1 vote
0 answers
36 views

I have an example of a generated image containing words, as well as several red arrows pointing to certain characters. I need to get these characters from GPT, but when I ask "what characters do ...
user175111's user avatar

15 30 50 per page
1
2 3 4 5
41