LukeAI
LukeAI
### 🚀 Feature Request In https://github.com/Deci-AI/super-gradients/blob/a43cfcd70072c7be1231f9183b1a717c136ff657/src/super_gradients/training/transforms/transforms.py#LL815C1-L815C1 There is `DetectionHorizontalFlip` but no `DetectionVerticalFlip` which would be a useful augmentation to have for my dataset, it would be trivial to implement and...
I can see that RGB/BGR (?) normalization is defined here https://github.com/Turoad/CLRNet/blob/d0fef907aae323ef37da0c176c5df35a0565e58d/clrnet/datasets/process/transforms.py#L276 and that image_norm information is defined in the configs: https://github.com/Turoad/CLRNet/blob/7269e9d1c1c650343b6c7febb8e764be538b1aed/configs/clrnet/clr_dla34_culane.py#L44 but as far as I can tell, grepping through...
Tensorrt
Would you consider releasing the code / plugins for running CLRNet with tensorrt?
Fixes https://github.com/xuanandsix/CLRNet-onnxruntime-and-tensorrt-demo/issues/3
thanks for this demo! I was trying to understand the implementation and I see that there is a modified softmax function The original head uses the standard softmax implementation from...
say I have a `myrepos.repos` file that is imported by a workspace setup script like: `vcs import < repos/myrepos.repos` `myrepos.repos` is in version control and contains a set of repos...
If I run something like: ``` vcs import < repos/perception.repos --workers 1 ``` to set up several large repos, I get no output for a long time except `......` and...
Inserted a newline character so that the directory tree displays properly
Does this repo have a license? Is it Open Source?