Can someone explain the meaning of labelled vs unlabelled in this context? What kind of information would the labels carry? Did they have depth maps for all 62 million images or not?
Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
11–20 of 22 posts
Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#12In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…
Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#13Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#14Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#15Impressive demo. Any FSD startup that put their money on LiDAR is even more screwed now.
Disagree there. Humans have massive compute, dual optics, and amazing filters. Computer vision has 1-2 of those three, and I don't think we are near an AGI for self driving yet. Driving is IMO, an AGI level task. Does you dataset have a crocodile in it? Does you monocular depth model get fooled by a billboard that's just a photo?
Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#16In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…
Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#17In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…
Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#18Nice paper. I particularly like how they talk through the ideas they tried that didn’t work, and the process they used to land on the final results. A lot of ML papers present the finished result as if it appeared from nowhere without trial and error, perhaps with some ablations in the appendix and I wish more papers followed this one in talking about the dead ends along the way.
How much public money, time, and careers have been wasted chasing something that is already known not to work?
Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#19Nice paper. I particularly like how they talk through the ideas they tried that didn’t work, and the process they used to land on the final results. A lot of ML papers present the finished result as if it appeared from nowhere without trial and error, perhaps with some ablations in the appendix and I wish more papers followed this one in talking about the dead ends along the way.
Nothing would benefit the scientific enterprise more than explicitly publishing papers about failed experiments. How much public money, time, and careers have been wasted chasing something that is already known not to work?
Re: Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data
#20In grad school I was using stereo video cameras to measure fish. I wonder if a model like this could do it accurately from frame grabs from a single feed now. And of course an AI to identify fish, even if was just which sections of video had/did not have fish, not even doing the species level ID, would have saved a ton of time. We had a whole workshop on various monitoring technologies and the take home from the vari…
I work at an industrial plant we have been able to measure a lot of things simply by analyzing the pixels in the video. For example one application we have a camera pointed down at a conveyor belt. The conveyor belt is one color and objects on the belt are a distinct different color.
- we just count how many pixels in a given frame are a specific color/brightness. Then you can easily work out how much of the conveyor belt has material on it in any given frame.
So if you are tying to work out what section of a video has fish in it you could count how many pixels are a different color to the normal background color.