Skip to content

Commit f89904e

Browse files
committed
created NMS
1 parent 7af9b47 commit f89904e

File tree

4,126 files changed

+349
-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.

4,126 files changed

+349
-0
lines changed

Non-maxima suppression/README.md

Lines changed: 37 additions & 0 deletions

Non-maxima suppression/conf/cars.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
/****
3+
* DATASET PATHS
4+
****/
5+
"image_dataset": "datasets/caltech101/101_ObjectCategories/car_side",
6+
"image_annotations": "datasets/caltech101/Annotations/car_side",
7+
"image_distractions": "datasets/sceneclass13",
8+
9+
/****
10+
* FEATURE EXTRACTION
11+
****/
12+
"features_path": "output/cars/car_features.hdf5",
13+
"percent_gt_images": 0.5,
14+
"offset": 5,
15+
"use_flip": true,
16+
"num_distraction_images": 500,
17+
"num_distractions_per_image": 10,
18+
19+
/****
20+
* HISTOGRAM OF ORIENTED GRADIENTS DESCRIPTOR
21+
****/
22+
"orientations": 9,
23+
"pixels_per_cell": [4, 4],
24+
"cells_per_block": [2, 2],
25+
"normalize": true,
26+
27+
/****
28+
* OBJECT DETECTOR
29+
****/
30+
"window_step": 4,
31+
"overlap_thresh": 0.3,
32+
"pyramid_scale": 1.5,
33+
"window_dim": [96, 32],
34+
"min_probability": 0.7,
35+
36+
/****
37+
* LINEAR SVM
38+
****/
39+
"classifier_path": "output/cars/model.cpickle",
40+
"C": 0.01
41+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)