Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
motokimura committed Feb 17, 2019
1 parent b6bd2e2 commit e17c1ca
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# yolo_v1_pytorch
# YOLO-v1 Pytorch

Pytorch re-implementation of [YOLO-v1](https://arxiv.org/abs/1506.02640).

***This README is under construction...***

## Results

Some detection examples on PASCAL VOC 2007 test data.

![](contents/detection_horse.png)

![](contents/detection_dog.png)

![](contents/detection_cat.png)
Binary file added contents/detection_cat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/detection_dog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/detection_horse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e17c1ca

Please sign in to comment.