Giter VIP home page Giter VIP logo

basnet-pytorch's Issues

about your losss function

you use following code to get predict probability
score_base = self.softmax(score_base)
score_supp = self.softmax(score_supp)

but your loss function is choose BCE loss.

I just cannot understand, this is a multiple classification problems, why you use softmax to get probability? mabey you should use sigmoid function, because every class may be occur.

Unexpected error during testing

I tweaked CAS module a little bit, and increased the learning rate. However after some iterations an "IndexError: list index out of range" occurred in test.py. I tried to locate the error, and it turned out that it's caused by this line:

class_id = proposals[i][0][0]

Actually
assert proposals[i][0] is not None
failed.

Can you please help me solve this problem? Thanks in advance!

colab

any colab version?

Cannot reproduce the reported performance

The reported performance cannot be reproduced unless I use the pre-trained model. If I train the model from scratch, the performance never reaches the reported ones.

Can you share random seeds/exact setting that you chose to produce the reported performance?

Why min_val is zero on minmax_norm function

Hi.
Why minmax_norm actually works scores / (max_scores per each class) (here is code)?

I found that there is a case that max_score is negative which means that sign is flipped due to minmax_norm.

Thank you!

ActivityNet1.3&1.2

Do you have any plans to release the relevant code and features of ActivityNet 1.3 and 1.2?

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.