Skip to content

Commit

Permalink
:psyduck:
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreddie committed Nov 27, 2016
1 parent 3bf2f34 commit c314dff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/voc.data
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
classes= 20
train = /home/pjreddie/data/voc/train.txt
valid = /home/pjreddie/data/voc/2007_test.txt
names = data/pascal.names
names = data/voc.names
backup = /home/pjreddie/backup/

20 changes: 20 additions & 0 deletions data/voc.names
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
aeroplane
bicycle
bird
boat
bottle
bus
car
cat
chair
cow
diningtable
dog
horse
motorbike
person
pottedplant
sheep
sofa
train
tvmonitor

0 comments on commit c314dff

Please sign in to comment.