Skip to content
#

apex

Here are 807 public repositories matching this topic...

road723
road723 commented Apr 1, 2022

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

good first issue a:false-positive
10
JadenLy
JadenLy commented May 25, 2022

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

Improve this page

Add a description, image, and links to the apex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apex topic, visit your repo's landing page and select "manage topics."

Learn more