apex
Here are 807 public repositories matching this topic...
-
Updated
Jun 4, 2022 - Python
-
Updated
Jan 24, 2022 - Python
-
Updated
Jun 8, 2022 - JavaScript
-
Updated
Mar 7, 2022 - Python
-
Updated
Feb 19, 2022 - Apex
-
Updated
Jun 1, 2022 - Apex
-
Updated
Jun 10, 2022 - Apex
-
Updated
Jun 9, 2022 - JavaScript
HI, the repo is a nice work, thanks for your sharing.
I want to know if these augmentation methods are effective,
like the RandomErasing/Mixup/RandAugment/Cutout/CutMix?
Deformable
Hello,
I am doing a school project and came across your paper on BezierLaneNet. I really like the idea and I am trying to implement it. One thing I do notice is that you opted to use mmcv for deformable convolution layer. I wonder if you think it is possible to replace it with the deform_conv2d layer provided by PyTorch as [here](https://pytorch.org/vision/main/generated/torchvision.ops.def
-
Updated
Jun 4, 2022 - Python
-
Updated
Jun 2, 2022 - Apex
-
Updated
Jun 10, 2022 - Apex
-
Updated
Apr 20, 2022 - Objective-C
-
Updated
May 23, 2022 - Python
-
Updated
Apr 14, 2022 - Apex
-
Updated
Jan 21, 2022
-
Updated
Mar 24, 2020 - Python
-
Updated
May 3, 2022 - Apex
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Oct 19, 2019 - Python
-
Updated
Mar 30, 2022 - Python
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
Mar 29, 2022 - JavaScript
Improve this page
Add a description, image, and links to the apex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apex topic, visit your repo's landing page and select "manage topics."
Affects PMD Version: 6.44
Rule: ImmutableField
Description: Per Java EE spec (https://docs.oracle.com/javaee/6/tutorial/doc/bnbqa.html) Java entity classes must not be declared final. Likewise no methods or persistent instance variables must be declared final. The last part is especially true for this rule