forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openvinotoolkit#1453 from ygnn123/develop
Add vehicle models
- Loading branch information
Showing
14 changed files
with
226 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
models: | ||
- name: vehicle-detection-0203 | ||
|
||
launchers: | ||
- framework: dlsdk | ||
adapter: | ||
type: class_agnostic_detection | ||
|
||
datasets: | ||
- name: crossroad_extra_untagged_vehicle_labels_from_1 | ||
preprocessing: | ||
- type: resize | ||
dst_width: 1344 | ||
dst_height: 800 | ||
postprocessing: | ||
- type: resize_prediction_boxes | ||
rescale: True | ||
- type: clip_boxes | ||
apply_to: prediction | ||
metrics: | ||
- type: coco_orig_precision | ||
include_boundaries: false |
49 changes: 49 additions & 0 deletions
49
models/intel/vehicle-detection-0203/description/vehicle-detection-0203.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# vehicle-detection-0203 | ||
|
||
## Use Case and High-Level Description | ||
|
||
This is a vehicle detector that is based on ResNet18 | ||
backbone with FPN and CascadeRCNN heads. | ||
|
||
## Example | ||
|
||
![](./vehicle-detection-0203.png) | ||
|
||
## Specification | ||
|
||
| Metric | Value | | ||
|---------------------------------|-------------------------------------------| | ||
| AP @ [ IoU=0.50:0.95 ] | 0.438 (internal test set) | | ||
| GFlops | 112.34 | | ||
| MParams | 24.11 | | ||
| Source framework | PyTorch\* | | ||
|
||
Average Precision (AP) is defined as an area under | ||
the [precision/recall](https://en.wikipedia.org/wiki/Precision_and_recall) | ||
curve. | ||
|
||
## Performance | ||
|
||
## Inputs | ||
|
||
Name: `input`, shape: [1x3x800x1344] - An input image in the format [BxCxHxW], | ||
where: | ||
|
||
- B - batch size | ||
- C - number of channels | ||
- H - image height | ||
- W - image width | ||
|
||
Expected color order is BGR. | ||
|
||
## Outputs | ||
|
||
The net outputs blob with shape: [1, 1, N, 5], where N is the number of detected | ||
bounding boxes. Each detection has the format | ||
[`x_min`, `y_min`, `x_max`, `y_max`, `conf`], where: | ||
- (`x_min`, `y_min`) - coordinates of the top left bounding box corner | ||
- (`x_max`, `y_max`) - coordinates of the bottom right bounding box corner. | ||
- `conf` - confidence for the predicted class | ||
|
||
## Legal Information | ||
[*] Other names and brands may be claimed as the property of others. |
Binary file added
BIN
+940 KB
models/intel/vehicle-detection-0203/description/vehicle-detection-0203.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
models: | ||
- name: vehicle-detection-0204 | ||
|
||
launchers: | ||
- framework: dlsdk | ||
adapter: | ||
type: class_agnostic_detection | ||
datasets: | ||
- name: crossroad_extra_untagged_vehicle_labels_from_1 | ||
preprocessing: | ||
- type: resize | ||
dst_width: 1344 | ||
dst_height: 800 | ||
postprocessing: | ||
- type: resize_prediction_boxes | ||
rescale: True | ||
- type: clip_boxes | ||
apply_to: prediction | ||
metrics: | ||
- type: coco_orig_precision | ||
include_boundaries: false |
49 changes: 49 additions & 0 deletions
49
models/intel/vehicle-detection-0204/description/vehicle-detection-0204.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# vehicle-detection-0204 | ||
|
||
## Use Case and High-Level Description | ||
|
||
This is a vehicle detector that is based on ResNet34 | ||
backbone with FPN and CascadeRCNN heads. | ||
|
||
## Example | ||
|
||
![](./vehicle-detection-0204.png) | ||
|
||
## Specification | ||
|
||
| Metric | Value | | ||
|---------------------------------|-------------------------------------------| | ||
| AP @ [ IoU=0.50:0.95 ] | 0.473 (internal test set) | | ||
| GFlops | 190.32 | | ||
| MParams | 34.15 | | ||
| Source framework | PyTorch\* | | ||
|
||
Average Precision (AP) is defined as an area under | ||
the [precision/recall](https://en.wikipedia.org/wiki/Precision_and_recall) | ||
curve. | ||
|
||
## Performance | ||
|
||
## Inputs | ||
|
||
Name: `input`, shape: [1x3x800x1344] - An input image in the format [BxCxHxW], | ||
where: | ||
|
||
- B - batch size | ||
- C - number of channels | ||
- H - image height | ||
- W - image width | ||
|
||
Expected color order is BGR. | ||
|
||
## Outputs | ||
|
||
The net outputs blob with shape: [1, 1, N, 5], where N is the number of detected | ||
bounding boxes. Each detection has the format | ||
[`x_min`, `y_min`, `x_max`, `y_max`, `conf`], where: | ||
- (`x_min`, `y_min`) - coordinates of the top left bounding box corner | ||
- (`x_max`, `y_max`) - coordinates of the bottom right bounding box corner. | ||
- `conf` - confidence for the predicted class | ||
|
||
## Legal Information | ||
[*] Other names and brands may be claimed as the property of others. |
Binary file added
BIN
+940 KB
models/intel/vehicle-detection-0204/description/vehicle-detection-0204.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
models: | ||
- name: vehicle-detection-0205 | ||
|
||
launchers: | ||
- framework: dlsdk | ||
adapter: | ||
type: class_agnostic_detection | ||
datasets: | ||
- name: crossroad_extra_untagged_vehicle_labels_from_1 | ||
preprocessing: | ||
- type: resize | ||
dst_width: 1344 | ||
dst_height: 800 | ||
postprocessing: | ||
- type: resize_prediction_boxes | ||
rescale: True | ||
- type: clip_boxes | ||
apply_to: prediction | ||
metrics: | ||
- type: coco_orig_precision | ||
include_boundaries: false |
49 changes: 49 additions & 0 deletions
49
models/intel/vehicle-detection-0205/description/vehicle-detection-0205.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# vehicle-detection-0205 | ||
|
||
## Use Case and High-Level Description | ||
|
||
This is a vehicle detector that is based on ResNet50 | ||
backbone with FPN and CascadeRCNN heads. | ||
|
||
## Example | ||
|
||
![](./vehicle-detection-0205.png) | ||
|
||
## Specification | ||
|
||
| Metric | Value | | ||
|---------------------------------|-------------------------------------------| | ||
| AP @ [ IoU=0.50:0.95 ] | 0.476 | | ||
| GFlops | 212.22 | | ||
| MParams | 36.56 | | ||
| Source framework | PyTorch\* | | ||
|
||
Average Precision (AP) is defined as an area under | ||
the [precision/recall](https://en.wikipedia.org/wiki/Precision_and_recall) | ||
curve. | ||
|
||
## Performance | ||
|
||
## Inputs | ||
|
||
Name: `input`, shape: [1x3x800x1344] - An input image in the format [BxCxHxW], | ||
where: | ||
|
||
- B - batch size | ||
- C - number of channels | ||
- H - image height | ||
- W - image width | ||
|
||
Expected color order is BGR. | ||
|
||
## Outputs | ||
|
||
The net outputs blob with shape: [1, 1, N, 5], where N is the number of detected | ||
bounding boxes. Each detection has the format | ||
[`x_min`, `y_min`, `x_max`, `y_max`, `conf`], where: | ||
- (`x_min`, `y_min`) - coordinates of the top left bounding box corner | ||
- (`x_max`, `y_max`) - coordinates of the bottom right bounding box corner. | ||
- `conf` - confidence for the predicted class | ||
|
||
## Legal Information | ||
[*] Other names and brands may be claimed as the property of others. |
Binary file added
BIN
+940 KB
models/intel/vehicle-detection-0205/description/vehicle-detection-0205.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../models/intel/vehicle-detection-0203/accuracy-check.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../models/intel/vehicle-detection-0204/accuracy-check.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../models/intel/vehicle-detection-0205/accuracy-check.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters