All Projects → AdamSpannbauer → ssbm_fox_detector

AdamSpannbauer / ssbm_fox_detector

Licence: MIT License
Keras object detector to detect Fox in Super Smash Bros Melee for the Nintendo Gamecube

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ssbm fox detector

academic-cv-publications
Generate a customised list of publications for your LaTeX CV using BibTeX entries.
Stars: ✭ 60 (+57.89%)
Mutual labels:  cv
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-28.95%)
Mutual labels:  cv
Alchemy
CV DL
Stars: ✭ 59 (+55.26%)
Mutual labels:  cv
jsonresume-theme-modern
Prototyping a theming system based off NPM.
Stars: ✭ 15 (-60.53%)
Mutual labels:  cv
CornerNet-Lite-Pytorch
🚨🚨🚨 CornerNet:基于虚拟仿真环境下的自动驾驶交通标志识别
Stars: ✭ 34 (-10.53%)
Mutual labels:  cv
portfolio
My personal portfolio and resume page.
Stars: ✭ 18 (-52.63%)
Mutual labels:  cv
resume
Meet me on paper, if not personally (OLD AND DEPRECATED!)
Stars: ✭ 31 (-18.42%)
Mutual labels:  cv
tf-hack2.0
⚡#PoweredByTF 2.0 Challenge! [ /w @inishchith ]
Stars: ✭ 18 (-52.63%)
Mutual labels:  cv
cv-app
Cv Builder, Resume Builder
Stars: ✭ 48 (+26.32%)
Mutual labels:  cv
PFL-Non-IID
The origin of the Non-IID phenomenon is the personalization of users, who generate the Non-IID data. With Non-IID (Not Independent and Identically Distributed) issues existing in the federated learning setting, a myriad of approaches has been proposed to crack this hard nut. In contrast, the personalized federated learning may take the advantage…
Stars: ✭ 58 (+52.63%)
Mutual labels:  cv
resume
📃 resume.congm.in
Stars: ✭ 194 (+410.53%)
Mutual labels:  cv
cv
My online CV using Svelte
Stars: ✭ 35 (-7.89%)
Mutual labels:  cv
barrage
Barrage is an opinionated supervised deep learning tool built on top of TensorFlow 2.x designed to standardize and orchestrate the training and scoring of complicated models.
Stars: ✭ 16 (-57.89%)
Mutual labels:  cv
ScanShine
ScanShine - quickly take shining scans of your documents by using only your android phone. This scanner app takes pictures of docs, trims, enhances, and let you share them to your friends. Everything packed in an optimistic sunshine theme.
Stars: ✭ 19 (-50%)
Mutual labels:  cv
cv
A LaTeX template for academic CVs
Stars: ✭ 129 (+239.47%)
Mutual labels:  cv
skills-chart-widget
Integrate skills chart from your CodersRank profile to your personal website
Stars: ✭ 25 (-34.21%)
Mutual labels:  cv
d3-cv.js
Render your CV with some d3 goodies.
Stars: ✭ 12 (-68.42%)
Mutual labels:  cv
Crawling-CV-Conference-Papers
Crawling CV conference papers with Python.
Stars: ✭ 32 (-15.79%)
Mutual labels:  cv
personal-website
My personal website
Stars: ✭ 117 (+207.89%)
Mutual labels:  cv
sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (+152.63%)
Mutual labels:  cv

SSBM Fox Detector

About

A keras FRCNN to detect Fox in Super Smash Bros Melee for the Nintendo Gamecube. The FRCNN object detector was written by yhenon and the orignal repo can be seen here. The gameplay used to train and test the model is from VGBootcamp (twitch & youtube). The model was trained on the AMI provided by PyImageSearch.

This google drive folder has the trained model file, model_frcnn.hdf5. The folder also has the training data, data.zip, which contains a folder of images in addition to bounding box annotations produced by dlib's imglab (these annotations were converted to fox_frcnn_tags.txt for compatibility with the frcnn scripts). Lastly the folder has a .zip containing images with bounding boxes drawn by the trained model, results_imgs.zip.

Output

This gif shows the output of the model. The model works with still images 1 at time; a sample of these single frame outputs were then converted into the gif.

Usage

If you'd like to use the trained fox model you'll need to:

  • clone this repo
  • download model_frcnn.hdf5 to the cloned directory from here
  • create a subdirectory named results_imgs in the cloned directory
  • run the command: python test_frcnn.py -p /path/to/folder/with/images/to/annotate

The model will output the annotated images to results_imgs.

Note: the model was trained/tested only on blue (purple) melee fox

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].