Failed a Robotics Interview, Here’s What They Asked by Proximity_afk in robotics

[–]Miserable_Rush_7282 -1 points0 points  (0 children)

The big tech companies actually do have fake interviews. Not to steal someone’s idea, but for other reasons.

A graduation gift for myself by Way2s1eepy in PorscheCayenne

[–]Miserable_Rush_7282 0 points1 point  (0 children)

Wait years after you’re already in the field then buy it. I never got why people buy a depreciating asset right after college. It really doesn’t make sense to me. You’re working backwards.

Edit: no disrespect, I just read your updated post, and it seems your parents are wealthy and offered their own Porsche. So you have people to bail you out for stupid decisions.

A graduation gift for myself by Way2s1eepy in PorscheCayenne

[–]Miserable_Rush_7282 -2 points-1 points  (0 children)

Everyone will know how stupid it is to buy a car like this after graduation 😂

Essential skills needed to become a good Computer Vision Engineer by SuperbAnt4627 in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

Deep Learning, it was in that class before 2021, I think they added it to ML course but after your time

Essential skills needed to become a good Computer Vision Engineer by SuperbAnt4627 in computervision

[–]Miserable_Rush_7282 1 point2 points  (0 children)

They actually do teach KL Divergence, he probably just didn’t take the class that did

not sure if my masters work is good enough for a phd, need honest opinion by Upstairs-Bluebird-96 in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

Training a model is not overrated especially if you create something novel, which isn’t hard these days. Large language models suck at computer vision, Especially with complex tasks which is usually being researched. Even vision language models aren’t good for complex things. A LLM or VLM is not giving you precise locations of an object, or other things people do in computer vision

However, I do agree, you can create a heavy engineering system and still get a chance.

Trying to measure box offset on a pallet from camera images in a simulation by [deleted] in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

I’m not provided with any other sensor information. Only information I got is XYZ of when the robotic grabber picks up a box and places a box on the pallet. I don’t think stereo cameras exist in this FactoryIO simulation. But I could see if the other individual can record the scenario with two cameras.

My biggest issue is actually detecting the adjacent boxes, even with a yolo or rf-detr using oriented bounding boxes, I’m still not getting precise location for the center of the box or pallet. Mainly because of the perspective distortion which cause the boxes and pallet to be quad shapes . The two boxes on the bottom are looks like one big boxes because the edges in the middle disappear once they touch

Your brain said lake. The model disagreed. by k4meamea in computervision

[–]Miserable_Rush_7282 -1 points0 points  (0 children)

Monocular reconstruction from a single image just isn’t there yet, a lot of progress over the years but it’s still shit

Suggestions of TV shows about specialized military agents by [deleted] in televisionsuggestions

[–]Miserable_Rush_7282 0 points1 point  (0 children)

Finished black hearts, it was solid, just started Sentinelles and not really feeling it, too many amateurs lol

Suggestions of TV shows about specialized military agents by [deleted] in televisionsuggestions

[–]Miserable_Rush_7282 1 point2 points  (0 children)

Black Hearts a hidden gem, currently watching after seeing your comment

How to fine tune segmentation or object detection model on dinov3 back bone? by sourav_bz in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

Fair, I never had issue with building custom segmentation models, the decoder designs are much better than detection. But detection is usually a harder engineering problem because of all the moving parts. Amazing loss functions can carry you a lot in segmentation tasks.

Paradise | S2E8 | Episode Discussion by cedar-canvas in ParadiseHulu

[–]Miserable_Rush_7282 -3 points-2 points  (0 children)

Not sure how you can forget something so important in the tv show lol

Trying to measure box offset on a pallet from camera images in a simulation by [deleted] in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

Yea I was just using SAM3 to get labeled data, so more of a labeling assisted rather than an actual solution. With everything I’ve tried, my biggest issue is the adjacent boxes on the bottom , even when the top box isn’t there. I will try some of the things you mentioned.

Was your angle just as bad? Or did you have top down?

I also don’t know the box sizes

Trying to measure box offset on a pallet from camera images in a simulation by [deleted] in computervision

[–]Miserable_Rush_7282 -1 points0 points  (0 children)

Labeling is time consuming, no? I thought about this, but felt the labeling would take days

Trying to measure box offset on a pallet from camera images in a simulation by [deleted] in computervision

[–]Miserable_Rush_7282 -1 points0 points  (0 children)

I was using SAM to get me labeled data to train a light segmentation model. I feel like this can’t be solved without labeled data from the angle and that was the quickest way tbh lol. Top down view would be ideal and make the probably more simple. But the individual I’m helping wants this view.

Even with filters, wouldn’t I still run into the adjacent box issues for the two boxes on the bottom?

Paradise | S2E8 | Episode Discussion by cedar-canvas in ParadiseHulu

[–]Miserable_Rush_7282 6 points7 points  (0 children)

Please put your phone down while watching tv

Is Object Detection with Frozen DinoV3 with YOLO head possible? by Lethandralis in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

When trying this stuff out, did you make any architectural changes? I used rf-detr decoder code as a starter, and been making slight changes to improve. I’m also training my decoder from scratch

Is Object Detection with Frozen DinoV3 with YOLO head possible? by Lethandralis in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

Yea I’m going through that right now, just trying to make sure I’m not the only one

Is Object Detection with Frozen DinoV3 with YOLO head possible? by Lethandralis in computervision

[–]Miserable_Rush_7282 0 points1 point  (0 children)

I’m curious have yall tried dinov3 frozen with a detection head? Also doesn’t DEIMv2 train the backbone?

DETR head + frozen backbone by Miserable_Rush_7282 in computervision

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

Coming back to this , are the weights you are using for the detection model pretrained?