[Feature Request] Add LoadImageFromNdarray alias for LoadImageFromWebcam
See original GitHub issueDescribe the feature
Motivation LoadImageFromWebcam is not easy to understand how it works. Actually it transform ndarray to default mmdetection data format.
So I think it is good idea to add alias as LoadImageFromNdarray. implementation will be like just below
# end of the mmdet.datasets.pipelines.py
LoadImageFromNdarray = LoadImageFromWebcam
If it seems good idea, I will create the PR.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Feature Request - Ability to rename Alias's, Policy Templates etc
Can I post a discussion to add the feature of being able to rename, to me this should have always been in there...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s okay to submit a PR for now, but it won’t be merged utill April.
Hi @nijkah , Thank you for the kind suggestion. It is indeed more natural to name it as LoadImageFromNdarray. However, for now, since MMOCR implements this module and it directly uses the registry of MMDet, simply adding a new module in mmdet with a similar name will make MMOCR cannot run. We are considering the modification of the registry so as this feature request, but it will take some time.