Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please help me to for how to get the high accuracy in faster-rcnn and parameter tuning #923

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b3b260a
training imagenet on faster rcnn
andrewliao11 Feb 2, 2016
520d2f7
upload README
andrewliao11 Feb 3, 2016
1be564f
upload new README
andrewliao11 Feb 3, 2016
92a55b6
add prototxt
andrewliao11 Feb 3, 2016
90cf42d
modify demo.py
andrewliao11 Feb 3, 2016
d9dac04
upload demo image and modify demo.py
andrewliao11 Feb 3, 2016
6d78a08
upload output image and modify demo.py
andrewliao11 Feb 3, 2016
0bd2faf
Delete output_demo_01.jpg.png
andrewliao11 Feb 3, 2016
ddaec17
Delete output_demo_02.jpg.png
andrewliao11 Feb 3, 2016
1fc3168
Delete output_demo_03.jpg.png
andrewliao11 Feb 3, 2016
623a153
Delete output_demo_04.jpg
andrewliao11 Feb 3, 2016
fc753bc
Delete output_demo_05.jpg
andrewliao11 Feb 3, 2016
a6992b3
Update README(demo image and videos)
andrewliao11 Feb 4, 2016
7877474
Update README
andrewliao11 Feb 16, 2016
915518c
Update README
andrewliao11 Feb 16, 2016
be50159
typo
andrewliao11 Feb 16, 2016
b7906b9
update shell script part
andrewliao11 Mar 5, 2016
c189714
Update README.md
andrewliao11 Mar 19, 2016
bcb7241
Update README.md
andrewliao11 May 4, 2016
3c0371c
add my log file
andrewliao11 Jun 20, 2016
3c07d1b
add image
andrewliao11 Jun 20, 2016
327978d
Add files via upload
andrewliao11 Jun 20, 2016
bd9d46b
add experiment
andrewliao11 Jun 20, 2016
3b7f730
Update README.md
andrewliao11 Jun 20, 2016
d19c5db
Update README.md
andrewliao11 Jun 20, 2016
12cca09
Update README.md
andrewliao11 Jun 20, 2016
a332ef3
Update README.md
andrewliao11 Jul 14, 2016
5fd4a95
Update README.md
andrewliao11 Jul 19, 2016
6701c86
Create .keep
andrewliao11 Aug 22, 2016
e5953e3
Add files via upload
andrewliao11 Aug 22, 2016
9a43c70
Update README.md
andrewliao11 Aug 22, 2016
04a5822
Update README.md
andrewliao11 Aug 22, 2016
8a9f8c8
Delete ILSVRC2012_val_00037038.xml
andrewliao11 Aug 22, 2016
f9a16cd
Add files via upload
andrewliao11 Aug 22, 2016
c73fee7
Update README.md
andrewliao11 Aug 22, 2016
4de5a22
Update README.md
andrewliao11 Aug 22, 2016
6acd4bb
Update README.md
andrewliao11 Apr 1, 2017
3de4e4c
Update README.md
andrewliao11 Apr 22, 2017
e9f19bb
Update README.md
andrewliao11 Jul 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
andrewliao11 authored Aug 22, 2016
commit 4de5a22fbde4748e077142f881f5e3f01a25f77d
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -10,10 +10,11 @@ ILSVRC13
└─── ILSVRC2013_DET_bbox_val
| *.xml (you can find the example from ./misc/ILSVRC2012_val_00018464.xml under this repo)
└─── data
│ meta_det.mat (To load the category inside, like [here](https://github.com/andrewliao11/py-faster-rcnn-imagenet/blob/master/lib/datasets/imagenet.py#L26))
│ meta_det.mat
└─── det_lists
│ val1.txt, val2.txt
```
meta_det.mat => Load the category inside, like [here](https://github.com/andrewliao11/py-faster-rcnn-imagenet/blob/master/lib/datasets/imagenet.py#L26/)
Load the meta_det.mat file by
```
classes = sio.loadmat(os.path.join(self._devkit_path, 'data', 'meta_det.mat'))