Skip to content

Commit

Permalink
Add sample images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lixun Zhang committed Nov 16, 2019
1 parent 59b1d34 commit 2647e8c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ output.ipynb
classification/data/*
data/
!contrib/action_recognition/r2p1d/**
!contrib/crowd_counting/crowdcounting/data/

# don't save .swp files
*.swp
Expand All @@ -137,3 +138,5 @@ data/
classification/FAQ.html
classification/.DS_Store
.DS_Store

*.h5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions contrib/crowd_counting/crowdcounting/data/images/info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
All photos are from unsplash.com. Specifically,
1. Photo by Satria Perkasa on Unsplash
2. Photo by Dimitar Belchev on Unsplash
3. Photo by Caleb Mullins on Unsplash
10 changes: 10 additions & 0 deletions contrib/crowd_counting/crowdcounting/data/models/download.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

echo "[download] model"
DIR="$(cd "$(dirname "$0")" && pwd)"
echo "curr dir" $DIR
download_url="https://www.dropbox.com/s/8bxwvr4cj4bh5d8/mcnn_shtechA_660.h5?dl=0"
wget -c --tries=2 $download_url -O $DIR/mcnn_shtechA_660.h5
echo "[download] end"


0 comments on commit 2647e8c

Please sign in to comment.