-
Hi, do you have a plan to release the segmentation code? I reproduced the Mambaout-Tiny on ImageNet-1K, which achieves 82.6 top1 accuracy. I think the result is reasonable given the randomness and the…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
Hello, what an excellent job you have done from gan dissection to gan painting and gan rewritting, i have carefully read the paper "GAN Dissection: Visualizing and Understanding Generative Adversa…
-
I am fairly new to C#, and am wondering how to access the results of an inference.
My model (Semantic Segmentation) has as output layer the dimension (n,h,w,c) [n=1,h =256, h=256, c=3]. (For 3 diff…
-
**Describe the bug**
`ContentLoss` is a super class of multiple feature-based metrics including `DISTS`. However, there is a semantic discrepancy between these two for parameters such as `weights` an…
-
relatea paper
|摘要|
|---|
|Recent work has made significant progress in improving spatial resolution for pixelwise labeling with Fully Convolutional Network (FCN) framework by employing Dilated/At…
-
> What should be in a "introduction to decentralized systems"?
> Please chip in and help me listing content or papers down!
> This needs a lot of cleaning up and reorganizing, looking forward to hea…
-
i run your dockerfile,and pytorch is 1.13.1,cuda is 11.6,python is 3.10
then i run `python tools/train.py configs/oneformer3d_1xb2_s3dis-area-5.py` to trian
log is in following,it just stop in
`/o…
-
Hey! I use nextjs application with page router architecture. Nextjs reserves directories `app` and `pages`. If I use app dir, nextjs automatically start use it as app router architecture and I can't b…
-
Read current code and refactor all weak points.
# DDD plan
- [ ] code is separated into layers: API (controller), domain (model + service), infra (repository)
- [ ] layers communicate like: `Cont…