Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Nov 17, 2016
1 parent adea437 commit e794719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Intro

This repo aims at building a tensorflow version of Darknet framework, where the famous framework YOLO (real time object detection & classification) is produced. In fact, the goal is to build a framework with `Tensorflow` backend that is compatible with Darknet files, including binary `.weights` and configuration `.cfg` - who looks something like this:
This repo aims at building a tensorflow version of [darknet framework](https://github.com/pjreddie/darknet), where the famous framework [YOLO](http://pjreddie.com/darknet/yolo/) (real time object detection & classification) is created. In fact, the goal is to build a framework with `Tensorflow` backend that is compatible with Darknet files, including binary `.weights` and configuration `.cfg` - who looks something like this:


```python
Expand Down

0 comments on commit e794719

Please sign in to comment.