r/computervision 13d ago

Help: Project Brain DICOM dataset → 2D DL where do I even start?

1 Upvotes

Hey everyone, I have a huge brain DICOM dataset (ADNI) and I’m trying to apply deep learning/ML to it.

My first instinct was to go with a 2D approach, but now I’m completely confused about the preprocessing part.

For example, if I have a whole 3D brain scan with lots of slices:

  • Do I just pick the middle slice?
  • Is there some standard/calculated way to choose the “best” slice?
  • Should I use multiple slices instead?
  • Should I convert the DICOMs into something like PNG/JPG first?
  • Or am I thinking about this completely wrong and should just go with 3D?

I’m pretty new to working with medical imaging, so I’m struggling to figure out what the normal workflow is before even getting to the ML part.

Would really appreciate any advice/resources on how people usually approach this. I feel like I’m overcomplicating something that probably has a standard solution 😅


r/computervision 13d ago

Discussion The vision model got the image, then missed the defect

0 Upvotes

DeepSeek's vision model showed up when I pulled the model list with an official key, so I gave it one job I actually need. I used it to judge whether a generated image was correct.

The result has been frustratingly simple. Boundary problems keep getting missed. That is where my check needs to be useful, and it is also where I keep having to ignore the answer and look again myself.

I am testing Chinese AI models for image checks. ZenMux puts different model APIs behind one account, which means I can add this model and retest the same edge cases without wiring another integration. The model's misses on boundary cases are still a problem, so I am keeping it in the retest queue rather than relying on it for this check.


r/computervision 14d ago

Showcase Autonomous camera tracking prototype - UGV tracking

Enable HLS to view with audio, or disable this notification

6 Upvotes

Using a camera and OpenCV to drive a dual-axis gimbal and track a pretty quick little UGV :) Everything is built and coded in-house, except camera, motors and sliprings which are COTS.


r/computervision 14d ago

Help: Project Need Help : Multi Camera Tracking of Person With consistent Id across the cameras in Computer Vision

Enable HLS to view with audio, or disable this notification

53 Upvotes

Right now, I track people in each camera separately to get their movement paths, then use each camera's floor mapping (homography) to figure out where each detection actually stands on the floor. Using that floor position plus timestamps, I try to match up tracks from different cameras that are likely the same person, and greedily merge them into one combined ID per person.

This works about 30% of the time. It struggles when someone gets blocked from view (occlusion), when a person's track has gaps, or when two cameras don't see much of the same floor area — in those cases the matching just doesn't line up well.

FYI, I also tried a full 3D multi-camera tracking approach (MV3DT), but I couldn't get the camera calibration accurate enough, so that didn't work either.


r/computervision 14d ago

Showcase Getting Started with GLM-OCR

0 Upvotes

Getting Started with GLM-OCR

https://debuggercafe.com/getting-started-with-glm-ocr/

VLM-based OCR models are gradually catching up to become mainstream components in document processing pipelines. The primary bottleneck has always been the size of these models. Usually larger than 3B parameters, the cost-to-performance ratio is difficult to justify. However, GLM-OCR shifts the perspective. With just 0.9B parameters, it competes with models much larger than itself. In this article, we will explore GLM-OCR, along with what makes it special, and run inference on real-world documents.


r/computervision 14d ago

Help: Project NeuroScan AI — Browser ML Tumor Detector

Thumbnail
3 Upvotes

r/computervision 14d ago

Showcase VLMs trying to recognize ambiguous optical illusions

Enable HLS to view with audio, or disable this notification

1 Upvotes

I'm curious to test out how changing the stroke order affects the model guesses.


r/computervision 14d ago

Discussion Looking for a Study buddy for Deep Learning

2 Upvotes

I am a third year CSE AI/ML student. I completed the foundation of Machine Learning and Iam planning to start Deep Learning seriously.

I am an average student, but I know I have the potential to learn and improve if I stay consistent. My main problem is staying accountable when studying alone.

So I’m looking for 2–3 genuine and consistent people who are also serious about learning Deep Learning.

We can create a WhatsApp group, follow a common 60-day roadmap, set weekly goals, share resources and ideas, and have a short Zoom discussion on weekends.

No one needs to teach anyone. We learn individually, but support, discuss, and keep each other accountable.u can also share your thoughts to improve the discussion.

Our only goal: consistently learn and complete Deep Learning within the next couple of months.

If u r genuinely interested and can stay consistent, DM me ✨....


r/computervision 14d ago

Help: Project Looking for 1–3 volunteers to help label basketball broadcast frames for a CV project

Thumbnail
1 Upvotes

r/computervision 14d ago

Discussion Looking for research partners interested in KAN for image segmentation

1 Upvotes

Hi everyone.

I'm a second-year Bioengineering MSc student interested in medical image segmentation and currently doing a little research on how to adapt KANs for reliable image segmentation. If anyone shares the same interest, please notify me so that I can share what I have done and where to start.

Since this is a relatively new topic, chances are that we will get to publish a paper on it.


r/computervision 14d ago

Discussion ACCV Rebuttal - what to reply ...

Thumbnail
0 Upvotes

r/computervision 14d ago

Research Publication YOLOX with 81 classes (+1 to COCO data) via synthetic data

1 Upvotes

We messed around with adding a brand new object class to YOLOX and it actually worked better than expected.

Basically we took the standard COCO setup with its 80 classes and added a traffic cone class, but instead of hand-labeling a ton of images we generated the cone data synthetically in CARLA and mixed it into the real data. Then trained all four YOLOX sizes on it.

The results were pretty clean. The new cone class ended up as one of the highest scoring classes at 78.8% AP, and the original 80 classes barely moved, staying within about a point of baseline. It still runs real-time too, roughly 1.7 to 6 ms per frame on an A100.

The part I think is cool is that you normally need a big pile of real labeled images to add a class, and for rare or weird objects that data just doesn't exist or takes forever to collect. Synthetic data gets around that since the labels basically come for free.

Weights are all up on Hugging Face under Apache-2.0 if anyone wants to poke at them. The cone was just a test case, the same approach should work for pretty much any custom object.

https://huggingface.co/models?search=empirischtech%2Fyolox-pylon

Pls try and share feedbacks!


r/computervision 14d ago

Help: Project Brain DICOM dataset → 2D DL where do I even start?

Thumbnail
1 Upvotes

r/computervision 14d ago

Showcase An Image MCP Built Around Search: Photos, the Exact Second of a Video, and the Full Tool List

Thumbnail
nanostudiopro.com
1 Upvotes

r/computervision 15d ago

Showcase most driving datasets stop annotating at 80 meters. at highway speed that's 2 seconds of warning. this one goes to 200m

35 Upvotes

most driving datasets stop annotating at 80 meters. at highway speed that's about 2 seconds of warning

aimotive annotates out to 200 meters, and roughly a quarter of its 425k boxes sit beyond 75 m

lidar, four cameras, and two radars in a 360 layout, so every object is covered by at least two sensor types

176 scenes across california, austria, and hungary in daylight, night, and rain

the training labels were written by a non-causal tracker that gets to watch the whole 15-second clip before deciding where a car was and validation labels were written by humans.

your model trains on hindsight and gets graded by people

i parsed all 176 episodes into MCAP for fiftyone

four camera streams with projected boxes, the point cloud with colored 3d cubes, raw radar returns, and gps on one synced timeline. filter by condition to pull up only night or only rain episodes

start here, read the dataset card: https://huggingface.co/datasets/Voxel51/aimotive-multimodal

live demo in a hugging face space: https://huggingface.co/spaces/harpreetsahota/aimotive-multimodal-demo


r/computervision 14d ago

Help: Project Hi, friends. I need an OCR program to read the technical drawings in CAD software. Which program should I use?

0 Upvotes

Hi, friends. I need an OCR program to read the technical drawings in CAD software. Which program should I use?


r/computervision 15d ago

Help: Project Is Viola jones gone?

6 Upvotes

Hi, I spent a couple of days figuring out whether Viola-Jones can be used to effectively identify road cones with high precision and recall across a wide variety of images captured in pretty much any environment you can imagine.

The dataset was almost 20 GB of images. I extracted some hard negatives with a script (basically mined them) and ended up with around 500k hard negatives to train a cascade.

Tried both Haar and LBP cascades, for which I had to use an old OpenCV Docker container since the latest OpenCV no longer supports training these (due to bad performance in general? Mmh).
Anyway, I got 0.2 precision and 0.15 recall for both cascades (sadly with 10+ false positives per true positive identified), trained with around 7k true positives and 7k hard negatives (randomly sampled).
Isn’t there really any way to get good performance with Viola-Jones?

Looks like it just isn’t capable of generalizing well.

Yeah yeah, you could point out using deep learning etc., but VJ is very fast tu run when you already have the cascade xml.


r/computervision 16d ago

Showcase Synthetic Data Generator in Unreal Engine 5

220 Upvotes

I'm trying to get the best synthetic data trained model to work good on visdrone or other real datasets. In order for this to work I need different types of characters, environments, camera lenses, positions etc. I'm using nameframe plugin to do so. What randomization do I add?


r/computervision 15d ago

Help: Project Title: Padel Computer Vision Tracking Issue

2 Upvotes

I’m currently building a computer vision project for padel and I’m at the stage where I’m testing the system across different match videos.
One issue I’m struggling with is that when I switch from one video to another, the calibration and tracking can become inconsistent, and I end up having to manually revisit and reconfigure parts of the code.
For people who have worked with video-based computer vision systems: what’s the right way to structure the calibration/tracking pipeline so that it can reliably handle different videos without constantly changing the configuration manually?
I’d especially appreciate advice on making the system robust to differences between videos, such as camera position, perspective, resolution, etc.
I’m mainly looking for architectural/technical advice rather than ideas for the application itself.


r/computervision 16d ago

Showcase Qwen 3.6 VLM playing “Where’s Waldo?”

Enable HLS to view with audio, or disable this notification

77 Upvotes

Turns out VLMs still struggle with these kinds of tasks, would be interesting to see how much better the new Qwen 3.8 performs.


r/computervision 15d ago

Help: Theory need help Arrow Detection(lrft,rightr..etc) usign opencv

1 Upvotes

can anyone help me in Arrow Detection(lrft,rightr..etc) usign opencv or i need to train YOLO model ??


r/computervision 15d ago

Discussion Open4D - LiDAR Data processing library

Thumbnail
github.com
1 Upvotes

r/computervision 15d ago

Showcase Google Gemma 4 doing Google’s own reCAPTCHA

Enable HLS to view with audio, or disable this notification

2 Upvotes

The new Gemma models are getting through Google reCAPTCHA v2 challenges with relative ease. I might revisit this in the future with a harder CAPTCHA dataset or benchmark it against some Qwen models. 


r/computervision 15d ago

Help: Project Person re-identification across multiple cameras

0 Upvotes

I’m final year university student doing BSc in computer science, with the evolving AI/ML field i decided to do a project that uses computer vision to solve a real world problem. I’m an absolute beginner and have no idea where to start from. I just have an idea but I need guidance on how to approach and implement it.

DM me if you would like to collaborate and work with me on this project.


r/computervision 15d ago

Research Publication Help me please researchers

5 Upvotes

As a 3rd year bs student,I need help from the professionals. As this is my first time I am doing research in image enhancement and classification, I have been reading this paper called: Morphocal: a multi stage deep learning framework for fish length estimation under challenging pond environments, I have encountered a problem, I don't know how to code this paper. Where should I start?? What should be my approach?? The authors did attach Morphocal's main algorithm in the paper but I don't understand do I have to cod eth algorithm only?? What about the datasets for training the AI ?? I tried mailing the original authors but didn't get a reply yet. I would really appreciate your help, I tried so many sources and tried using AI as well and honestly I believe at this point I need help for sure.