Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use level visualizer #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ AugData/*
Readings/
Driver.py
base/generated
scripts/generation/generated
**/__pycache__/*
venv
**/*.pth
Expand All @@ -24,7 +23,6 @@ AugData.tar.gz
base/*.out
sandbox_scrap.py
.DS_Store
scripts/training/experiments
data/old_data
data/DataSample
data/DataSample.tar.tz
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Google colab (allows you to generate levels on the browser!): https://colab.research.google.com/drive/1a-wN-f7xXjpaqq3tKpR29rtkc-kabo3b#scrollTo=YvhabvameUo4

-> When you want to use level visualizer in this colab, you have to make zip file. After generated, there will be two folders and two files in your gdrive. Compress folders and files with the same name, create a file with a .zip extension, and upload it to Google Drive.

-> Get direct-to-file Google-drive links : https://sites.google.com/site/gdocs2direct/ The Google drive url format has changed, so it cannot be created with the page that colab code presented.

-> Remember to substitute & with %26

Join our discord here! https://discord.gg/T6djf8N

Welcome to the readme for DeepSaber, an automatic generator of BeatSaber levels. There is a lot of stuff here, fruit of a lot of work by the team in [OxAI Labs](http://oxai.org/labs). Contact me at guillermo . valle at oxai.org , or on twitter (@guillefix) for any questions/suggestions!
Expand Down