Skip to content

Commit 48f8d2f

Browse files
author
Yusuf Hanoğlu
authored
Update README.md
1 parent 3cd03f9 commit 48f8d2f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ This Java desktop application is designed to estimate position of an object with
1313
Copy video file and accelerometer data file with same name to your computer, then in application, specify alpha value and video file path with extension.<br>
1414
Acceleration Estimation application can use Tiny-Yolo to update bounding box coordinates. This option can be activated in application menu.<br>
1515
Bounding boxes founded by accelerometer data will be shown red, founded by Yolo will be shown green if the bounding box coincide with estimation or cyan if the bounding box does not intersect with estimation.<br>
16-
[Releases](https://github.com/yusufhanoglu/SensorCamera/releases)
16+
[Releases](https://github.com/yusufhanoglu/SensorCamera/releases)<br>
17+
<i>Note: If Acceleration Estimation Application gives blank gray screen despite of true path of video file it might be indicating that your graphics card does not fully compatible with this version of OpenCV.</i>
1718

1819

1920
# Samples
@@ -24,4 +25,8 @@ Bounding boxes founded by accelerometer data will be shown red, founded by Yolo
2425
[Usage Samples](https://drive.google.com/open?id=15TVBRzGi_MRuwwZEocUp0MUSng2NXFtV)<br>
2526
<br>
2627

27-
<i>Note: If Acceleration Estimation Application gives blank gray screen despite of true path of video file it might be indicating that your graphics card does not fully compatible with this version of OpenCV.</i>
28+
# Object Tracker - All in One Android App
29+
This Android application is designed to both capture video and track objects. This application is a combination of the above two apps.<br>
30+
[Examine](https://github.com/yusufhanoglu/ObjectDetector)<br>
31+
32+

0 commit comments

Comments
 (0)