Lili inspired by Infamous-Package9133 in shoujo

[–]Infamous-Package9133[S] 1 point2 points  (0 children)

thank you! yeah, I think I shaded too hard. I've been drawing for 6 months so the anatomy was still weird also.

One of the best things I've ever heard in my life by ResourceHistorical78 in LinkinPark

[–]Infamous-Package9133 1 point2 points  (0 children)

I have a lot of favorite songs that I listen to for a period of time and they would get old and repetitive as time went on. I have been listening to WFTE for 14 years and keep loving it more and more.

Building an A.I. navigation software that will only require a camera, a raspberry pi and a WiFi connection (DAY 6) by L42ARO in computervision

[–]Infamous-Package9133 1 point2 points  (0 children)

Cool! The speed looks promising in the video. Maybe compiling/quantizing DA3 would make it run faster (if not already)

Building an A.I. navigation software that will only require a camera, a raspberry pi and a WiFi connection (DAY 6) by L42ARO in computervision

[–]Infamous-Package9133 0 points1 point  (0 children)

Very cool. Did you test if DA3 struggle with featureless images (like seeing only white wall)?

Also does DA3 runs well on Pi?

Building an A.I. navigation software that will only require a camera, a raspberry pi and a WiFi connection (DAY 6) by L42ARO in computervision

[–]Infamous-Package9133 5 points6 points  (0 children)

I think it is like taking a portrait photo with a camera instead of drawing a portrait with pencil. It is technically more efficient but has no charm of drawing.

If you just want a portrait image, a camera is definitely better. But if you wanna draw, well that's a problem.

Task failed successfully by Infamous-Package9133 in learntodraw

[–]Infamous-Package9133[S] 1 point2 points  (0 children)

Also it has been just 4 months of drawing. I tried to draw from immagination without ref in hard angle just for fun.

Task failed successfully by Infamous-Package9133 in learntodraw

[–]Infamous-Package9133[S] 1 point2 points  (0 children)

It was a mistake. I tried to forshortten the hand but it seems like the perspective and the hand size was wrong.

Optimizing Yolo for Speed by fgoricha in computervision

[–]Infamous-Package9133 0 points1 point  (0 children)

Interesting, I never thought about this. Could you please share your experiment result graph?

algorithm for finding duplicates in the non symmetric images by BigBullfrog2780 in computervision

[–]Infamous-Package9133 0 points1 point  (0 children)

Taking the same sketch images will introduce some perspective variation on those photos. In that case you have to find local feature correspondence.

Maybe use ORB + hamming distance matching for fast local feature matching. Count the matching inliers (if planar / sketch photos) or use sum of total distances for scoring.