CV-CUDA icon indicating copy to clipboard operation
CV-CUDA copied to clipboard

[QUESTION]随机处理的OP支持吗?类似torchvision.transforms.RandomAffine这样的

Open LinGeLin opened this issue 2 years ago • 2 comments

What is your question? 好像没有看到随机处理的OP,有这样的用法吗?或者以后会支持吗?

LinGeLin avatar Dec 26 '22 07:12 LinGeLin

或者怎么样实现类似的功能?

LinGeLin avatar Dec 26 '22 07:12 LinGeLin

考虑出中文文档吗?

LinGeLin avatar Dec 26 '22 07:12 LinGeLin

Hello @LinGeLin , Thanks for your question. Random processing is not a feature available for operators in the Alpha. We are looking into supporting this feature in a future release. Are there specific operators for which you are looking for random processing support?

shiremathNV avatar Jan 09 '23 06:01 shiremathNV

RandomResizedCrop RandomRotation RandomHorizontalFlip RandomBlur

and so on

LinGeLin avatar Jan 09 '23 07:01 LinGeLin

Thank you for your response here. If you are asking for these operations as they apply to DNN training, have you considered DALI?

milesp-nvidia avatar May 10 '23 17:05 milesp-nvidia