-
related paper
|摘要|
|---|
|In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial pr…
-
I am working on an object detection task using the DINOv2 backbone with a Faster R-CNN head. While I have successfully implemented semantic segmentation with a linear head on the Cityscapes dataset an…
-
Inside PyramidROIAlign, we determine the levels of the feature pyramid network to assign to the ROI in question.
The equation is from section 4.2 equation (1) of the [FPN](https://arxiv.org/abs/16…
-
您好,我在mmseg看到您以前尝试使用过crf,但是我没有找到相关的代码和使用教程,请问您可以给我一些指导吗?谢谢您!
-
I have a question about the yolo v4 paper: I have not a clear understanding of the difference of Sparse Prediction and Dense Prediction?
-
-
Hi,Thanks for sharing this project!
Any dataset preprocess script for this project ? the RAW to jpeg preprocess way affect a lot of the the output.
what about the psnr in you training experiment…
-
Dear author,
Thanks for your great work !
Could you provide the trained VGG16 model that I want to directly test on my personal data ?
Thank you !
-
Hello,
When reading your packages, It seemed to me that two of your packages were already implemented in the standard pytoch library
specifically, is `channelnorm` different than computing `torch.…
-
### Pre-processing
Following the approach in [4], the input images are bi-linearly up/down-sampled to a fixed resolution of 32x32. The results are subsequently converted to gray scale by discarding t…