Code Monkey home page Code Monkey logo

Comments (6)

ZF4444 avatar ZF4444 commented on June 3, 2024 1

Hi! Thanks!
1.acc comes out very low (1%): Whether your dataset class is consistent with CUB's class?
2."there is one img no intersection": This mean that the mask from conv_5c don't have intersection with the mask from conv_5b, and the object image is the raw image in this situation.
3.About using bounding box, I use it in https://github.com/ZF1044404254/MMAL-Net/blob/199c1706695ba0f645809d3568881816fbe2fb70/networks/model.py#L105
4.About your purpose of eliminating the background, you can use the predicted bounding box like the third answer.
5.About your purpose of eliminating images without birds, maybe you should use a object detection method.

from mmal-net.

ZF4444 avatar ZF4444 commented on June 3, 2024 1
  1. After our repeated experiments, the best classification performance is simply obtained by the result of object branch.
  2. It's no need to add bounding_boxes.txt, which is used to verify the object localization performance of AOLM. But you should make sure that your images.txt class_label.txt train_test split.txt is same with official. Besides, you should edit dataset.py because of the lack of bounding_boxes.txt.
  3. Yes, you can get bounding box information predicted by the AOLM, but please note that the predicted bounding box information are not absolutely right.

from mmal-net.

b21727795 avatar b21727795 commented on June 3, 2024

Thank you for quick answer.

I wonder something. When I run the test.py according to CUB dataset .It yields object branch accuracy .Why It returns object branch accuracy.Total acc coming from 3 branches,isn't it.Also for custom dataset. Should I add new code for dataset.py.I'm asking because my bird dataset, actually it is a CUB dataset but source is different.So,I have 200 class and for this class I simply extract images.txt class_label.txt train_test split.txt .But I have no information about bounding boxes so for custom dataset(basically it is CUB dataset )should I add bounding_boxes.txt. I assume that your implementation doesn't require bounding box information.

Thanks,Harun Alperen

from mmal-net.

b21727795 avatar b21727795 commented on June 3, 2024

If I need bounding box information for custom dataset, Will I extract this information via training the network.

from mmal-net.

b21727795 avatar b21727795 commented on June 3, 2024

Thank you

from mmal-net.

bruceykh avatar bruceykh commented on June 3, 2024

@b21727795 could you tell me how to solve the problem "there is one img no intersection".Great appreaciaton!

from mmal-net.

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.