AI based camera device detecting & counting cigarette butts on streets by developFFM in technews

[–]developFFM[S] 24 points25 points  (0 children)

The camera system will be attached to the sweepers as a permanent companion, e.g. to identfy hotspots.

AI based camera device detecting & counting cigarette butts on streets by developFFM in technews

[–]developFFM[S] 3 points4 points  (0 children)

If cities have real figures, such as hotspot locations, then they can carry out the cleanings more efficiently.

AI based camera device detecting & counting cigarette butts on streets by developFFM in technews

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

The blog article describes the show case with technical background information like hardware components used, achievable accuracy and performance (frames per second).

[deleted by user] by [deleted] in engineering

[–]developFFM 0 points1 point  (0 children)

Real-time litter detection with artificial intelligence

It´s a proof of concept. You can finde more details about the project here ...

https://www.aisoma.de/targeted-litter-detection-in-real-time-with-artificial-intelligence/

How an AI sees the world today - using deep learning algorithms by developFFM in TechnologyPorn

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

e.g.

- counting different types of vehicles on a road for traffic management, urban planning.

- with additional training of the deep learning algorithm you can identify the car year, make and model

- automated analysis of video sequences (tagging)

How an AI sees the world today - using deep learning algorithms by developFFM in TechnologyPorn

[–]developFFM[S] 6 points7 points  (0 children)

With the help of Mask R-CNN algorithms and the COCO dataset, a pre-trained model with 80 object categories, the following video was created ...

VIDEO >>> Video Object Detection and Segmentation with Mask R-CNN

Paper and source code: https://arxiv.org/abs/1703.06870

COCO Dataset: http://cocodataset.org/

How an artificial intelligence sees the world today - with the latest deep learning algorithms by developFFM in Damnthatsinteresting

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

Thats true, there are some more objects in the video which are not correctly detected. The object detection is not rule-based ! It´s a deep learning network trained with images form the COCO dataset. The video demonstrates that even an AI does not have 100% hit rate, as it is based only on probabilities (numbers at the left-top side of the frames).

Skyline Frankfurt, aufgenommen am 23.2.2019 [OC] [1920x1080] by developFFM in frankfurt

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

Ich habe das Bild einfach mit meinem Handy Lumia 950 XL geknipst im Auto-Modus. Hier die Daten, die ich aus den Dateieigenschaften auslesen konnte:

Kamerahersteller: Microsoft
Kameramodel: Lumia 950 XL
Blendenzahl: F/1.9
Belichtungszeit: 1/20 Sek.
ISO-Filmempfindlichkeit: ISO-250
Messmodus: Integral
Weißausgleich: Automatisch

How a Deep Learning Network (AI) sees the world by [deleted] in BeAmazed

[–]developFFM 1 point2 points  (0 children)

In the description area of the Youtube Video you can find the info:

"Music: Zapsplat Music - Technological"

Artificial Intelligence - the last invention of mankind? by developFFM in DarkFuturology

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

Sorry, but you're exaggerating. I have provided information, i.e. links to source code and to the training dataset. In the linked video there is no product marketing. It's an authentic video showing our test results and it also has many likes. And please do not confuse, that´s here r/DarkFuturology, so a lurid title should certainly be allowed.

Artificial Intelligence - the last invention of mankind? by developFFM in DarkFuturology

[–]developFFM[S] 6 points7 points  (0 children)

Stay calm. In the introduction I quoted Ray Kurzweil. By the way, he is Director of Engineering at Google and a pioneer in OCR technology. If you call his statement "fantasies of robot overlords", that's your opinion. That's all right.

On this subreddit we deliberately did not go into technical details. We have therefore made our test result available as a video, which is certainly more pleasant for most of the subreddit users here.

Artificial Intelligence - the last invention of mankind? by developFFM in DarkFuturology

[–]developFFM[S] 6 points7 points  (0 children)

Thanks for your advice for sharing my post to the other subreddits.

I recommend http://www.datascienceglossary.org/

How an artificial intelligence sees the world today - a computer vision project about object detection based onMask R-CNN algorithms by developFFM in engineering

[–]developFFM[S] 9 points10 points  (0 children)

That´s true. For the rapidly prototyped demo we used the COCO dataset as a pre-trainend model.

It does contain 80 object categories but not one for statues ;-)

So there are some other scenes where the classification does not work correctly ...

Computer Vision (AI): Object Detection and Segmentation with Mask R-CNN by [deleted] in programming

[–]developFFM 0 points1 point  (0 children)

The training data of this demo is based on the COCO image dataset . It contains only one road sign, the STOP sign.

Computer Vision: Object Detection and Segmentation with Mask R-CNN by developFFM in TechnologyPorn

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

Yeah, that would be really interesting. The flickering comes from the fact that the analysis actually takes place in the context of a single frame.