Giter VIP home page Giter VIP logo

basnet-pytorch's Introduction

๐Ÿ‘‹ Hi, I'm Pilhyeon Lee (์ดํ•„ํ˜„).

I am currently working as a postdoctoral researcher at Yonsei University. In the past, I collaborated as a visiting researcher with the video understanding team at CLOVA AI research, Naver Corporation. Also, I was fortunate to work as a research intern at Microsoft Research Asia. I received a Ph.D. degree from Yonsei University and a B.S. degree from Chung-Ang University. My research interests include computer vision, video understanding, multimodal learning, and weakly-supervised learning.

๐Ÿ““ Publications (selected)

The full list can be found here.

๐Ÿ’ป Languages

  • C/C++
  • Python
  • OpenCV
  • Tensorflow
  • Pytorch

Pilhyeon's GitHub stats

basnet-pytorch's People

Contributors

dependabot[bot] avatar jd730 avatar pilhyeon 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  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  avatar

basnet-pytorch's Issues

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?

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!

ActivityNet1.3&1.2

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

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!

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.

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.