diff --git a/src/components/LandingpageAbout/index.js b/src/components/LandingpageAbout/index.js index 57e37bd..3d87cb5 100644 --- a/src/components/LandingpageAbout/index.js +++ b/src/components/LandingpageAbout/index.js @@ -8,9 +8,9 @@ export default function LandingpageAbout() {
Introduction
- 'OpenDataCam' is a tool that helps to quantify the world. It's here for everyone to use! With computer - vision OpenDataCam understands and quantifies moving objects. The simple setup allows everybody to become - an urban data miner. + OpenDataCam is an open source tool that helps to quantify the world. With computer + vision OpenDataCam understands and quantifies moving objects. The simple setup allows + everybody to count moving objects from cameras and videos.
@@ -23,35 +23,52 @@ export default function LandingpageAbout() {
-
How can OpenDataCam see?
+
What can you use it for?
- OpenDataCam consists of a camera attached to a mini computer. It's running an object detection algorithm - that counts and tracks moving objects. The board is equipped with a GPU (graphical processing unit), which - allows it to process many parallel image threads at once. The perfect tool for image analysis and video - processing. +

+ People use OpenDataCam for many different use cases. It is + especially popular for traffic studies (modal-split, turn-count, etc.) but OpenDataCam + detects 50+ common objects out of the box and can be used for many more things. +

+

+ And in case it does not detect what you are looking for, you can always train your own + model. +

- RJ45 Cables + RJ45 Cables
-
Yolo
+
How does it work?
- On the software side OpenDataCam is running YOLO — an object detection library. YOLO is trained to detect - objects in images. The attached camera feeds YOLO with a video, YOLO then outputs all objects in each frame. +

+ OpenDataCam uses machine learning to detect objects in videos and camera feeds. + It then follows the objects as they move accross the scene. +

+

+ Users easily define counters via their browser, and every time an object crosses the + counter, OpenDataCam takes count. +

- YOLO neural network + YOLO neural network
-
Housing
+
How do I get started?
- OpenDataCam is not tied to a specific housing, instead you can design your own or use an already existing casing. We used the Wildlife Cam Casing by Naturbytes to protect the hardware in the wild. Have a look at this tutorial to see how the set up the the Jetson NANO in the Wildlife Cam Casing. +

+ The simplest way to get started with OpenDataCam is downloading our Docker images and run it your computer, server or Jetson device. + As long as it has a NVIDIA GPU, it can run OpenDataCam. +

+

+ More information on how to run OpenDataCam on your device or machine can be found in our GitHub repository. +