Skip to content
#

deeplab

Here are 75 public repositories matching this topic...

backscrub
phlash
phlash commented Nov 3, 2021

TFLite are now up to 2.6.1 (stable) and beyond in testing releases: https://github.com/tensorflow/tensorflow/releases

These may offer fixes for newer toolchains (GCC 11+, Clang 12+), in particular on more bleeding edge distros such as Manjaro.

Ticket here is to try these later versions of TFLite against newer toolchains, and ensure backscrub still actually works 😄

See also: #93

enhancement good first issue chore
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

good first issue feature request

Improve this page

Add a description, image, and links to the deeplab 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 deeplab topic, visit your repo's landing page and select "manage topics."

Learn more