Skip to content
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
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,15 @@ dmypy.json

# Pyre type checker
.pyre/

# dataset cache
WIDER_train.zip
WIDER_val.zip
WIDER_train/
WIDER_val/

lightning_logs/
.vscode/
*.ckpt
.DS_Store
*.onnx
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## Version 0.1
face pixelizer train and deploy code
12 changes: 0 additions & 12 deletions Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions OG.Dockerfile

This file was deleted.

Loading