Giter Site home page Giter Site logo

single-dgod's People

Contributors

amingwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

single-dgod's Issues

ImportError: cannot import name '_C' from 'model'

Can you help me solve the following error when I run the trainval_net_fpn.py? Thank you very much!

python trainval_net_fpn.py --dataset dc_fpn --net res101 --epochs 20 --bs 2 --nw 8 --lr 0.004 --lr_decay_step 8 --cuda
Traceback (most recent call last):
File "/home/pxs/Single-DGOD/trainval_net_fpn.py", line 36, in
from model.faster_rcnn.resnet_fpn import resnet
File "/home/pxs/Single-DGOD/lib/model/faster_rcnn/resnet_fpn.py", line 6, in
from model.faster_rcnn.fpn import _FPN
File "/home/pxs/Single-DGOD/lib/model/faster_rcnn/fpn.py", line 13, in
from model.rpn_fpn.rpn_fpn import _RPN_FPN
File "/home/pxs/Single-DGOD/lib/model/rpn_fpn/rpn_fpn.py", line 7, in
from .proposal_layer_fpn import _ProposalLayer_FPN
File "/home/pxs/Single-DGOD/lib/model/rpn_fpn/proposal_layer_fpn.py", line 21, in
from model.roi_layers import nms
File "/home/pxs/Single-DGOD/lib/model/roi_layers/init.py", line 3, in
from .nms import nms
File "/home/pxs/Single-DGOD/lib/model/roi_layers/nms.py", line 3, in
from model import _C
ImportError: cannot import name '_C' from 'model' (/home/pxs/Single-DGOD/lib/model/init.py)

关于循环解耦的详细代码

作者您好,这里好像不是您作品完整的代码,我对您作品中的循环解耦很感兴趣,请问您可以分享一下Single DGOD详细的代码嘛,十分感谢!期待您的回复!

code request

We want to gain a better understanding of your work, when will you release the code?

about the code

Thank you very much for your work. When will you open source code?

Unable to locate losses in the code

Hi Aming Wu,

Thank you for sharing the code. I am trying to reproduce the results mentioned in your paper but currently I am unable to locate your method in the code e.g the self-distillation loss. Is the shared code only contains Faster RCNN implantation?

ISW Methods

Can you talk about how the method comparison in Section 4.2 inserted these methods into Faster R-CNN?

About the experimental part

Can you talk about how the method comparison in Section 4.2 inserted these methods into Faster R-CNN?In addition, where can I find the supplementary materials mentioned in the implementation details?

关于输入图片的尺寸

武老师好!
在原论文中,我没有看到您提出方法Single-DGOD 及Faster rcnn的输入图片尺寸,请问老师可以说明这两种算法的输入图片尺寸吗?谢谢!

Why loss is NaN?

I used the recommended command for training, why loss is nan? Thank you very much for your guidance!

image

求完整源码

作者您好:
最近拜读了您发表在CVPR2022上面的这篇论文,相关机制对我深受启发,因此想获得完整源码作进一步学习了解。
我的邮箱是:[email protected],感谢!

mAP means?

@AmingWu Hello, I want to know the specific meaning of the mAP in the experimental results. Is it mAP50 or mAP50-95?

Some questions about benchmark in paper

First of all, thank you very much for setting set by the author
I have completely reproduced many baseline by using the author's data set
The results are almost consistent with the author's description, which makes me feel happy and admires the author's scientific research level
The author's many contributions will be beneficial to the development of the community

But there are still some problems in the paper, which I don't quite understand、
As a freshman, the problem may be a little low-level. I hope the author can be a little tolerant
Q:
1.feature normalization methods are a litte less than baseline(faster-rcnn) Is there no need for comparison?
2. In Ablation Analysis,Why do test on the training set?(Daytime-Sunny)
3. Decoupling in previous articles of the author usually takes the way of updating parameters step by step,however,In this article, an updated way is adopted as same as DDF(Decompose to Adapt: Cross-domain Object Detection via Feature Disentanglement).
In my view,according to experiment which only one data set is trained, and then the expectation and variance on convolution between different data sets are observed。I found that on two data sets with domain shift, the trained backbone was not consistent with the data distribution of the following layers。In the nutshell, shallow decoupling information will still introduce domain shift after some convolution?
Is the next development of decoupling method to solve the problem of preventing shallow information from introducing domain shift?

Last but no least,thanks to the author for his contribution to the domain adaptive community and his pioneering approach to feature decoupling

循环解纠缠

您好,可以分享一下循环解纠缠的详细代码吗?谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.