Skip to content

Commit

Permalink
clean more files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimiredhikura committed Nov 16, 2018
1 parent bd7a270 commit 688aba0
Show file tree
Hide file tree
Showing 68 changed files with 79 additions and 10,395 deletions.
Binary file modified .vs/yolo_cpu/v14/.suo
Binary file not shown.
Binary file removed 3rdparty/CLBlast/Release/clblast.dll
Binary file not shown.
Binary file removed 3rdparty/CLBlast/Release/clblast.exp
Binary file not shown.
Binary file removed 3rdparty/CLBlast/Release/clblast.lib
Binary file not shown.
671 changes: 0 additions & 671 deletions 3rdparty/CLBlast/include/clblast.h

This file was deleted.

1,479 changes: 0 additions & 1,479 deletions 3rdparty/CLBlast/include/clblast_c.h

This file was deleted.

260 changes: 0 additions & 260 deletions 3rdparty/CLBlast/include/clblast_half.h

This file was deleted.

944 changes: 0 additions & 944 deletions 3rdparty/CLBlast/include/clblast_netlib_c.h

This file was deleted.

Binary file removed 3rdparty/dll/x64/pthreadGC2.dll
Binary file not shown.
Binary file removed 3rdparty/dll/x64/pthreadVC2.dll
Binary file not shown.
Binary file removed 3rdparty/dll/x86/pthreadGC2.dll
Binary file not shown.
Binary file removed 3rdparty/dll/x86/pthreadGCE2.dll
Binary file not shown.
Binary file removed 3rdparty/dll/x86/pthreadVC2.dll
Binary file not shown.
Binary file removed 3rdparty/dll/x86/pthreadVCE2.dll
Binary file not shown.
Binary file removed 3rdparty/dll/x86/pthreadVSE2.dll
Binary file not shown.
1,368 changes: 0 additions & 1,368 deletions 3rdparty/include/pthread.h

This file was deleted.

183 changes: 0 additions & 183 deletions 3rdparty/include/sched.h

This file was deleted.

169 changes: 0 additions & 169 deletions 3rdparty/include/semaphore.h

This file was deleted.

Binary file removed 3rdparty/lib/x64/libpthreadGC2.a
Binary file not shown.
Binary file removed 3rdparty/lib/x64/pthreadVC2.lib
Binary file not shown.
Binary file removed 3rdparty/lib/x86/libpthreadGC2.a
Binary file not shown.
Binary file removed 3rdparty/lib/x86/libpthreadGCE2.a
Binary file not shown.
Binary file removed 3rdparty/lib/x86/pthreadVC2.lib
Binary file not shown.
Binary file removed 3rdparty/lib/x86/pthreadVCE2.lib
Binary file not shown.
Binary file removed 3rdparty/lib/x86/pthreadVSE2.lib
Binary file not shown.
3 changes: 3 additions & 0 deletions bin/bad.list
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
bird.jpg
bird.jpg
bird.jpg
bird.jpg
Binary file modified bin/predictions.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 removed bin/pthreadVC2.dll
Binary file not shown.
3 changes: 0 additions & 3 deletions bin/tiny-yolo-int8.sh

This file was deleted.

3 changes: 0 additions & 3 deletions bin/tiny-yolo.sh

This file was deleted.

1 change: 1 addition & 0 deletions bin/tiny-yolov2-bird-q.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yolo_cpu.exe detector test tiny-yolov2/voc.names tiny-yolov2/yolov2-tiny-voc.cfg tiny-yolov2/yolov2-tiny-voc.weights -thresh 0.15 eagle.jpg -quantized
1 change: 1 addition & 0 deletions bin/tiny-yolov2-dog-q.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yolo_cpu.exe detector test tiny-yolov2/voc.names tiny-yolov2/yolov2-tiny-voc.cfg tiny-yolov2/yolov2-tiny-voc.weights -thresh 0.15 dog.jpg -quantized
1 change: 1 addition & 0 deletions bin/tiny-yolov2-person-q.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yolo_cpu.exe detector test tiny-yolov2/voc.names tiny-yolov2/yolov2-tiny-voc.cfg tiny-yolov2/yolov2-tiny-voc.weights -thresh 0.10 person.jpg -quantized
7 changes: 7 additions & 0 deletions bin/tiny-yolov2/voc.data
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
classes= 20
train = data/train_voc.txt
valid = data/2007_test.txt
difficult = data/difficult_2007_test.txt
names = tiny-yolov2/voc.names
backup = backup/

Loading

0 comments on commit 688aba0

Please sign in to comment.