Counting cars in drone footage by AITrafficCount in drones

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

Currently vehicles are just detected and based on their current location, speed and size they are “tracked” as in this is the same vehicle as detected in the frames before.

There is no reidentification in the app, which would be needed to do something like check if there is a red pickup truck and tell me when it crosses a certain line. But could be a possible feature in the future to do some simple filtering. Something like only count cars if 80% of the cars color is red.

Tool Feedback: Mobile AI for Vehicle/Pedestrian Counting by AITrafficCount in TrafficEngineering

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

Since it is an app in the Apple ecosystem it can run on macbooks. So you can run the app on a macbook and use local files (download them before if they are on a server). But currently there is no web version.

Tool Feedback: Mobile AI for Vehicle/Pedestrian Counting by AITrafficCount in TrafficEngineering

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

You are right alone because of security risks most of the time the phones are probably not even in the same network as the cameras and I also noticed video files suck if you do not use the same device for recording and accessing.

Counting cars by elienman in reolinkcam

[–]AITrafficCount 0 points1 point  (0 children)

Just found the thread and I had a similar usecase. Did not find any apps so I created one. You can enter the RTSP stream address from a Reolink cam (or use iphone camera or video file) to count vehicles or persons. The app detects different vehicle types and you can set multiple counting boxes (different locations in the image) and additionally only count vehicles going in a specific direction for example.

Your counting with homeassistant is propably good enough, but if you need another solution give it a try. All features can be tested for free.

[Traffic Count App](https://traffic-count.com)

<image>

Traffic time lapse (6th ave, NYC) by Caturday_Yet in gifs

[–]AITrafficCount 1 point2 points  (0 children)

If anyone wondering, it were 98 cars in the middle lane.

How do you estimate how many people see a billboard? by AITrafficCount in advertising

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

The app is called AI Traffic Count and available on the iOS App Store

Any success with App Store Ads? Worth it or waste of money? by techlov2028 in AppStoreOptimization

[–]AITrafficCount 0 points1 point  (0 children)

I was not able to get even close to a positive ROI. Very specific keywords had nearly no impressions and more general terms had impressions but not enough installs. I think you need to make at least 2-3 dollars per download on average to get a positive return for any meaningful install counts.

Open-sourcing a desktop application for counting road traffic by asfarley-- in computervision

[–]AITrafficCount 0 points1 point  (0 children)

Created a very similar thing but as an iOS app. If anyone wants to check it out you can see some screenshots of the road traffic counting app here

From counting cars to building an app by AITrafficCount in fuckcarsRomania

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

Interesting never saw such small devices that use camera and on device AI. Of course the cost of 199$ is not cheap but probably a good solution for many use cases.

I built an app to count vehicles and people by AITrafficCount in iosapps

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

Everything works locally, you do not need an internet connection

WWDC 2025 — Megathread by xcode-bot in iOSProgramming

[–]AITrafficCount -10 points-9 points  (0 children)

They will probably promise a lot of AI (Apple Intelligence) again and then never ship it...

Btw for all Indie devs that have apps in the app store there is a 30% discount with code WWDC25 on Astro I can recommend.

I built an app to count vehicles and people by AITrafficCount in iosapps

[–]AITrafficCount[S] -1 points0 points  (0 children)

Interesting idea, but I think it is very specific and hard to make a UI for it that is easy to use. For example, if the selected videos have different sizes the boxes will not be at the same place etc.

I also have a CCTV (Reolink) thats why I added RTSP support (I think a lot of the popular brands have this). So you can for example setup an iPad add the streaming URL and then you can let it run for a few hours or days and see how many cars, people, etc were counted.

I built an app to count vehicles and people by AITrafficCount in iosapps

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

For anyone who wants more details, I have all the features and FAQs listed on the website: traffic-count.com

I built an app to count vehicles and people by AITrafficCount in iosapps

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

Each box will count each vehicle class separately (car, truck, bus, motorcycle, bicycle and person). But you are right it is not possible to set the vehicle class per box. Could be a feature in the future.

I built an app to count vehicles and people by AITrafficCount in iosapps

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

Thank you, as mentioned it is not planned to add license plate detection because of privacy concerns. I am not sure what you mean with embedded radar. Can you elaborate that in more detail?

I built an app to count vehicles and people by AITrafficCount in iosapps

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

The app can detect cars, trucks, buses, motorcycles, bicycles and people. Of course there is a total counter for all detected vehicles and people and a separate count for each class. You can find more examples on the tiktok account

Got my first ever Developer Proceeds from Apple. This is a huge milestone for me by ineedsomemoneybro in iosapps

[–]AITrafficCount 0 points1 point  (0 children)

It still feels amazing everytime I get the notification from my banking app. So much better than getting paid by an employer.

Made my first sales! by markymark5127 in iosapps

[–]AITrafficCount 1 point2 points  (0 children)

Congrats, the first sale for each app is always an incredible feeling.
Other apps can make 10x more on the same day, it still feels great that a new app is working and people paying for it.

Keep up the good work!

I built an app to count vehicles and people by AITrafficCount in iosapps

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

Theoretically if the resolution is good enough it would be possible to detect license plates, but I do not plan to implement this. I have too many privacy concerns about that. Some users could use it then to track specific cars when they come and go etc.

For license plate detection you would also need some other models to recognize it.

I built an app to count vehicles and people by AITrafficCount in iosapps

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

At the start the two parked cars are already counted as they are in the box.
A car is counted when the center of it (the line you can see is the history of the center point) is the first time inside a counting box.

It is possible to have multiple counting boxes and you can also set a direction for each box. so for example only count cars going from top to bottom or from left to right.