Samet

Results 10 comments of Samet

@jwmueller In my previous company, I used this one and it worked perfectly: https://stackoverflow.com/a/20198278 --- As far as I remember, I tried a bunch of methods but none of them...

would you mind sharing your code if you still have it? canny edge detector should not be slow, it is just matrix multiplication. I would be surprised if the code...

Hey everyone, I have some experience with videos, so I may have some suggestions that might be helpful: 1. you guys can use I-frames instead of just randomly sampling some...

@LemurPwned, cool, both sounds good.

Hey @lafemmephile, > @smttsp Very interesting work with the temporal consistency ... I want to look over your work more in-depth. Thank you! LMK if I can help in any...

> Hi @smttsp ! Great to see your inputs on this issue. https://github.com/smttsp/temporal_consistency_odt looks great. Our team recently added [support for object detection](https://docs.cleanlab.ai/stable/tutorials/object_detection.html) in [cleanlab](https://github.com/cleanlab/cleanlab) package. Seems like we could...

> @smttsp I am curious how your frame sampling approach differs from @LemurPwned's [VideoSampler](https://github.com/LemurPwned/video-sampler)? Again, lots of really good ideas being put forth, I cannot wait to mature this current...

> How many issues currently used in Imagelab can be used directly without modification in Videolab? I think all issues can be used if the goal is to build the...

hey @jwmueller @sanjanag @elisno, This PR is mostly related to formatting. I eliminated half of the long lines, did some formatting, and created a hashing-type enum. Moved the issue type...

@elisno, actually, I was in the wrong branch when I tried running black after setting the line length to 100: https://github.com/cleanlab/cleanvision/pull/228#discussion_r1354943246. (you can ignore my previous message) Previously, you guys...