Skip to content
forked from mpekalski/Y8M

Solution to the Kaggle's competition Google Cloud & YouTube-8M Video Understanding Challenge

License

Notifications You must be signed in to change notification settings

miha-skalic/Y8M

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains all code used by team Y8M (Xpeuler, MihaSkalic and MPekalski) in the Kaggle's competition Google Cloud & YouTube-8M Video Understanding Challenge. For more details about the competition please go to https://www.kaggle.com/c/youtube8m . For more details about the YouTube 8M dataset please refer to Google Research's website dedicated to that dataset https://research.google.com/youtube8m/ . The starter code we based our solution on was provided by the organizers under https://github.com/google/youtube-8m/

This repository contains three additional subfolders:

video_level_code contains all the code needed to reproduce our video level models that we have incorporated in the final ensemble.

frame_level_code contains all the code needed to reproduce our frame level models that we have incorporated in the final ensemble.

C that contains a code written in C++ that we used for ensemble, calculating GAP score, calculating performance by label. For more details please see REAMDE file in the folder.

bstnet, which contains a bit older version of the code that also includes boosting network. So, not all changes we have introduced that are available in this folder are also available in the bstnet. For a sample usage script please refer to the bash script in the bstnet.

About

Solution to the Kaggle's competition Google Cloud & YouTube-8M Video Understanding Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • C++ 4.9%
  • Shell 2.5%
  • Makefile 0.2%