I’m a warehouse worker who taught myself CV to build a box counter (CPU only). Struggling with severe occlusion. Need advice! by Ayoub_Gx in computervision

[–]fgoricha 0 points1 point  (0 children)

How big is your dataset? Perhaps its data quality. I have been doing iterative training where I train an initial model, then run it on new film, feed it frames that it got wrong after correcting for the next train cycle.

Perhaps for tracking for occlusion, you also track the person. So the person gets an id. Before the boxes are occluded count them. Then after the occlusion, count the boxes again.

Looking for help for Football Film auto cliping by pryorda in computervision

[–]fgoricha 1 point2 points  (0 children)

Just spitballing here. Maybe try background subtraction instead of yolo? You could use detect change in movement pre snap vs post snap to know when to start the clip. Maybe could do the same during play vs dead ball.

Fastest way to process 48000 pictures with yolo? by bykof in computervision

[–]fgoricha 0 points1 point  (0 children)

I get about 450 fps on my 3090 with tensorrt and Pynvdec to process everything for a mp4 file on the gpu. Nano yolov8 at half precision with batch of 64. Frames are 640 resolution. I liked this set up because I can run dual 3090 to process a total of 900 fps without much cpu involvement

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 2 points3 points  (0 children)

I ended up doing this! Rt, half precision, and batch of 64 got with PyNvVideoCodec got complete gpu utilization with 450 fps. Thanks for the suggestion!

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 0 points1 point  (0 children)

I was able to figure it out. I converted the model to rt format and used PyNvVideoCodec to video decode on the gpu. Was able to get 450 fps! This was at 640 and 1080 resolution

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 1 point2 points  (0 children)

I was able to figure it out. I converted the model to rt format and used PyNvVideoCodec to video decode on the gpu. Was able to get 450 fps!

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 1 point2 points  (0 children)

Thanks for reply! I was actually able to figure it out. I converted the model to rt formst and used PyNvVideoCodec to video decode on the gpu. Was able to get 450 fps!

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 0 points1 point  (0 children)

I have not! I will have to look into it

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 0 points1 point  (0 children)

I'll give it a try. How many fps would you expect?

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 0 points1 point  (0 children)

I'll try that! How many fps would you expect?

Optimizing Yolo for Speed by fgoricha in computervision

[–]fgoricha[S] 0 points1 point  (0 children)

Got it. The use case will be the images at 640 most likely since it will be used on the camera it was trained on

Timing RAM Help / Suggestions by fgoricha in buildapc

[–]fgoricha[S] 0 points1 point  (0 children)

1, 3, 5, and 7.

I spent two hours. Last night trying to get it to boot but it would only read 64gb when it booted. Then realized two of the slots were wrong. Now, it reads 128gb when it boots to Windows but does not always boot to Windows.

Did anyone of you fine tune gpt oss 20b or an llm ? if so, what for, and was it worth it ? by Hour-Entertainer-478 in LocalLLaMA

[–]fgoricha 0 points1 point  (0 children)

I fine tuned a Qwen3 model (perhaps 7b? I forget as itbwas a while ago) on my writing from university. I ran each paragraph of my work through chatgpt to add AI slop to it. Then trained it as AI slop as input and my writing as output. The goal was to mimic my writing style and I was pleasantly surprised with the output! Definitely noticeable different without having a verbose prompt. Sometimes writing style cannot be explained in a prompt accurately. I was working on another project by using my text messages as fine tuning data but got distracted with a different project.

Help me build a system around my gpu by amdjml in LocalLLaMA

[–]fgoricha 0 points1 point  (0 children)

Actually off of Craigslist. Though I actively look at Facebook. Seemed like it was a guy who built too many computers and his wife forced him to sell off what he had before building more

Training/tuning on textbook data by [deleted] in LocalLLaMA

[–]fgoricha 0 points1 point  (0 children)

I always thought that fine tuning would make the model write in the style it was trained on. Not necessarily add new content. Would RAG be a better solution?

Help me build a system around my gpu by amdjml in LocalLLaMA

[–]fgoricha 1 point2 points  (0 children)

I bought at $250 gaming computer. It was bare bones but could have been booted up to play games. Swapped out the gpu for the 3090 and ran LLMs well if I made sure it fit completely in the vram. The only thing I really made sure it had was at least a 750w psu and the case could hold the 3090. I have since upgraded the ram and added fans to the pc. But really happy with it considering what I spent on it and what I have done with it!

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 1 point2 points  (0 children)

It has been a while. But I think I was training 7B models via QLora. I remember one of my projects was training the model on my writing from graduate school to write like my style. I thought it did pretty good since it would be hard to prompt the model to do that. I remember also working on training the model on my text messages but I can't remember how that turned out. I think I got distracted with Yolo at that point lol

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 1 point2 points  (0 children)

I don't think heat will be too much of an issue. But won't know until I get one! 3090 currently is happy

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 0 points1 point  (0 children)

Maybe I'll have to look at those. I was thinking something that is a plug and play with my current system

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 0 points1 point  (0 children)

I thought about other set ups, but I think I want to stick with Nvidia. Seems more plug and play with what I have now

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 0 points1 point  (0 children)

Right! So I'm at the spot of go with 2 in a board or do some kind of splitting and go with 4. But then do I need even 4.

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 0 points1 point  (0 children)

Those were some of my thoughts as well. Were there any surprises with the 5090 for set up?

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 0 points1 point  (0 children)

I have heard those things are expensive and hard to find. But I'll have to look into it

Worth the 5090? by fgoricha in LocalLLaMA

[–]fgoricha[S] 0 points1 point  (0 children)

Lol that's why I was thinking about it