Vision framework which brings a more robust, Deep Learning-based approach to some usual OpenCV use cases
Stars
9
Forks
2
Watchers
9
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
171
commits
1
commits
Fixed various code errors and made small refactoring in 'deepcv.meta' and 'deepcv.run' submodules
97e39c4View on GitHubImprotant improvement of 'deepcv.meta' and global code refactoring and fixes (e.g. Support multiple tensors in 'DeepcvModule' submodules, new NN submodules, improved NN spec parsing, improved HRNet/PyConv-like module, ...
01b6927View on GitHubLarge refactoring of module imports, and code + created 'deepcv.meta.hrnet'
ecbd828View on GitHubFully implemented HRNet V1/V2/V2p output repr heads: 'deepcv.meta.nn.HRNetv{1/2/2p}RepresentationHead'
229e51aView on GitHubAdded HRNet modules of deepcv.meta.nn to DeepcvModule base submodule creators and implemented HRNetV1 representation head
f81de86View on GitHubImplemented HRNet 'MutliresolutionFusion', 'hrnet_input_stem' and HRNet/PyConv 'ParallelConvolution' modules in 'deepcv.meta.nn'
21ba88cView on GitHubReplaced all unescessary usage of `typing.Optional` in argument annotations which defaults to None
07e5f49View on GitHubRemoved other not-implemented/deprecated/TODO subpackages
26a0c45View on GitHub