Skip to content

Commit 9254cd9

Browse files
committed
0.0.1
1 parent 78d389d commit 9254cd9

File tree

608 files changed

+68929
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

608 files changed

+68929
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
::Train file
2+
powershell "(New-Object System.Net.WebClient).DownloadFile('https://www.dropbox.com/s/p726xk5pjvzxvly/FasterRCNN_Train_SE.exe?dl=1','FasterRCNN_Train_SE.exe')"
3+
4+
5+
::Detect file. See also https://github.com/springkim/FasterRCNN_SpringEdition
6+
powershell "(New-Object System.Net.WebClient).DownloadFile('https://www.dropbox.com/s/oon50vg9rfiv1lw/FasterRCNN_Detect_SE.exe?dl=1','FasterRCNN_Detect_SE.exe')"
7+
8+
::Download requirement dlls
9+
powershell "(New-Object System.Net.WebClient).DownloadFile('https://www.dropbox.com/s/tj0c19eoz17yzgo/FasterRCNN_SE_dll.zip?dl=1','FasterRCNN_SE_dll.zip')"
10+
11+
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('FasterRCNN_SE_dll.zip', '.'); }"
12+
13+
IF EXIST "FasterRCNN_SE_dll.zip" (
14+
DEL "FasterRCNN_SE_dll.zip"
15+
)

CNTK/FasterRCNN/class_map.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__background__ 0
2+
elec 1

CNTK/FasterRCNN/download_model.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
powershell "(New-Object System.Net.WebClient).DownloadFile('https://www.dropbox.com/s/kexhnmuoru2gt1f/VGG16_ImageNet_Caffe.model?dl=1','VGG16_ImageNet_Caffe.model')"

CNTK/FasterRCNN/img/0000.jpg

306 KB

CNTK/FasterRCNN/img/0001.jpg

208 KB

CNTK/FasterRCNN/img/0002.jpg

194 KB

CNTK/FasterRCNN/img/0003.jpg

211 KB

CNTK/FasterRCNN/img/0004.jpg

182 KB

CNTK/FasterRCNN/img/0005.jpg

231 KB

CNTK/FasterRCNN/img/0006.jpg

198 KB

0 commit comments

Comments
 (0)