Skip to content

Commit

Permalink
added pipeline hint
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Feb 15, 2021
1 parent ad41060 commit 68d2ec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ Towards Robust Monocular Depth Estimation: Mixing Datasets for Zero-shot Cross-d
### Image Processing
tbd

## Pipeline
It is possible to create network pipelines to use for example a face-detection network and different classifier for each face. This is not yet documented so you have to check out the test code:
[HumanAttributesPipelineTest.java#L36-L41](https://github.com/cansik/deep-vision-processing/blob/master/src/test/java/ch/bildspur/vision/test/HumanAttributesPipelineTest.java#L36-L41)

## Build
- Install JDK 8 (because of Processing) (JDK 11 for Processing 4)

Expand Down

0 comments on commit 68d2ec5

Please sign in to comment.