From f3aced12fcc41415851ffb463675930cea8dd086 Mon Sep 17 00:00:00 2001 From: Edmond Yoo <hj3yoo@uwaterloo.ca> Date: Sun, 16 Sep 2018 02:01:19 +0000 Subject: [PATCH] 10 class weight --- .gitignore | 2 -- figures/4_detection_result_4.png | 0 weights/10_cards/tiny_yolo_10_39500.weights | 0 README.md | 2 +- 4 files changed, 1 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5cd003a..95c5db3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ *.dSYM *.csv *.out -*.png *.so mnist/ caffe/ @@ -29,4 +28,3 @@ cmake-build-debug/ CMakeLists.txt -*.weights diff --git a/README.md b/README.md index d4e848b..e10253f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,6 @@ Result? Suprisingly effective. -<img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_1.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_decision_result_2.jpg" width="360"><img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_3.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_decision_result_4.png" width="360"> +<img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_1.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_2.jpg" width="360"><img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_3.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_4.png" width="360"> They're of course slightly worse than annonymous detection and impractical for any large number of cardbase, but it was an interesting approach. \ No newline at end of file diff --git a/figures/4_detection_result_4.png b/figures/4_detection_result_4.png new file mode 100644 index 0000000..67cd3f2 --- /dev/null +++ b/figures/4_detection_result_4.png Binary files differ diff --git a/weights/10_cards/tiny_yolo_10_39500.weights b/weights/10_cards/tiny_yolo_10_39500.weights new file mode 100644 index 0000000..6f4c13b --- /dev/null +++ b/weights/10_cards/tiny_yolo_10_39500.weights Binary files differ -- Gitblit v1.10.0