Giter Site home page Giter Site logo

Comments (15)

hellock avatar hellock commented on May 23, 2024

We do have plan to add CornerNet but maybe after CVPR since we do not have much time now. You can have a try and it will not be difficult.

from mmdetection.

Flawless1202 avatar Flawless1202 commented on May 23, 2024

@hellock OK, thanks a lot. Maybe I will try to do that and I really hope to get your help. So if I have any questions can I ask you here?

from mmdetection.

hellock avatar hellock commented on May 23, 2024

@Flawless1202 Sure, any questions related to the codebase can be asked here.

from mmdetection.

Flawless1202 avatar Flawless1202 commented on May 23, 2024

@hellock Hi, these days I'm always reading your code and I think it's an excellent work. but at present I still have problems to understand the code about dataset and dataloader, expecially refer to distribution.
The CornerNet need the top-left and bottom-right coordinates of the bbox instead of (x, y, w, h), so what should I do to adapt to this change? In other words, I should add code to which part of mmdet?

from mmdetection.

hellock avatar hellock commented on May 23, 2024

The bboxes are represented as (x1, y1, x2, y2), which are naturally top-left and bottom-right corners, so I think there is no need to modify the dataset.

from mmdetection.

Flawless1202 avatar Flawless1202 commented on May 23, 2024

I find the comment in rpn_head.py says that "since feature map sizes of all images are the same, we only compute anchors for one time", but the input image shapes are different, so how to make the feature map the same size? @hellock @OceanPang

from mmdetection.

ming71 avatar ming71 commented on May 23, 2024

I find the comment in rpn_head.py says that "since feature map sizes of all images are the same, we only compute anchors for one time", but the input image shapes are different, so how to make the feature map the same size? @hellock @OceanPang

All inputs are resized to a fixed size for latter process , it's a basic operation , you can read the relative paper or codabase here carefully.

from mmdetection.

lizhe960118 avatar lizhe960118 commented on May 23, 2024

when will we get the code about cornetnet or centernet?

from mmdetection.

bhack avatar bhack commented on May 23, 2024

Here a good overview of recent anchor free solutions https://www.slideshare.net/yuhuang/anchor-free-object-detection-by-deep-learning

from mmdetection.

Ridhwanluthra avatar Ridhwanluthra commented on May 23, 2024

I am currently working on integrating Centernet: objects as points. you can follow the progress at my fork for now I will be submitting a pull request soon

from mmdetection.

lizhe960118 avatar lizhe960118 commented on May 23, 2024

@Ridhwanluthra it's really a great work, thank you very much. What if we add more backbone used for keypoints detection for centernet in configs, it will be more wonderful!

from mmdetection.

lizhe960118 avatar lizhe960118 commented on May 23, 2024

@Ridhwanluthra any plan for centernet : Keypoint Triplets for Object Detection? it reaches 47.0 mAP in coco, will you do some jobs for it?

from mmdetection.

Ridhwanluthra avatar Ridhwanluthra commented on May 23, 2024

@lizhe960118 I have would love to be able to include more backbones and thanks to mmdetection's modularity it is very easy to add more. I would be running tests and can test other backbones if we get contributions for that, At the moment I don't have any plans to add more backbones. but feel free to contribute those.
as far as the other centernet is considered, i have no plans so far to include that but once centernet in included adding the other one should not be a very big challenge.

from mmdetection.

lizhe960118 avatar lizhe960118 commented on May 23, 2024

@Ridhwanluthra the cpool module in the other centernet (we can call it centernet_key) is compiled by gcc4.9, and the pytorch version is 0.4.1, i am afraid that there would be some problems happen when we install the cpool module.
By the way, I find that the heads used in hourglass are not added as the independent module in box_heads in your code. If the centernet is a two stage detector, should we separate the heads from the backbone?

from mmdetection.

hellock avatar hellock commented on May 23, 2024

Already implemented in V2.3.

from mmdetection.

Related Issues (20)

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.