Difference between revisions of "Research document graduation"
Jump to navigation
Jump to search
(Created page with "=Forward/Introduction= =Abstract= =Central Question= =Relevance of the Topic= =Hypothesis= =Research Approach= =Key References= =Literature= =Experiments= =Insights f...") |
|||
Line 16: | Line 16: | ||
=Experiments= | =Experiments= | ||
+ | [[File:Predictions-blind-jw.png]] | ||
+ | YOLO object detection | ||
+ | I used a existed code to learn to understand how object detection works, what kind of database it has and what the possibilities are. This kind of computer vision is used in self-driving cars, army drones, surveillance camera's and so on. It makes predictions based on what's in the database. There are several other databases which you can connect to it. COCO is a library that way more images that this software can use to learn more objects. I tried to get this software in real-time on my computer but unfortunately, my graphic card is too low. (or I did something wrong) | ||
=Insights from Experimentation= | =Insights from Experimentation= |
Revision as of 09:06, 22 March 2018
Contents
Forward/Introduction
Abstract
Central Question
Relevance of the Topic
Hypothesis
Research Approach
Key References
Literature
Experiments
YOLO object detection I used a existed code to learn to understand how object detection works, what kind of database it has and what the possibilities are. This kind of computer vision is used in self-driving cars, army drones, surveillance camera's and so on. It makes predictions based on what's in the database. There are several other databases which you can connect to it. COCO is a library that way more images that this software can use to learn more objects. I tried to get this software in real-time on my computer but unfortunately, my graphic card is too low. (or I did something wrong)