-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
depth-estimation
w/ DPT and GLPN (#389)
* Add `size` getter to `RawImage` * Add `DPTFeatureExtractor` * Add depth-estimation w/ DPT models * Add GLPN models for depth estimation * Add missing import in example * Add `DPTFeatureExtractor` processor test * Add unit test for GLPN processor * Add support for `GLPNFeatureExtractor` Uses `size_divisor` to determine resize width and height * Add `GLPNForDepthEstimation` example code * Add DPT to list of supported models * Add GLPN to list of supported models * Add `DepthEstimationPipeline` * Add listed support for depth estimation pipeline * Add depth estimation pipeline unit tests * Fix formatting * Update `pipeline` JSDoc * Fix typo from merge
- Loading branch information
Showing
10 changed files
with
293 additions
and
5 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
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
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
Oops, something went wrong.