diff --git a/CODE_OF_CONDUCT.md b/doc/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to doc/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/doc/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to doc/CONTRIBUTING.md diff --git a/DATASETS.md b/doc/DATASETS.md similarity index 100% rename from DATASETS.md rename to doc/DATASETS.md diff --git a/DOCUMENTATION.md b/doc/DOCUMENTATION.md similarity index 100% rename from DOCUMENTATION.md rename to doc/DOCUMENTATION.md diff --git a/README_old.md b/doc/README_old.md similarity index 100% rename from README_old.md rename to doc/README_old.md diff --git a/Reports/theory.md b/doc/theory.md similarity index 100% rename from Reports/theory.md rename to doc/theory.md diff --git a/images/batching.png b/images/batching.png deleted file mode 100644 index 003f487..0000000 Binary files a/images/batching.png and /dev/null differ diff --git a/images/convolutions_1f_naive.png b/images/convolutions_1f_naive.png deleted file mode 100644 index bb050aa..0000000 Binary files a/images/convolutions_1f_naive.png and /dev/null differ diff --git a/images/convolutions_1f_optimized.png b/images/convolutions_1f_optimized.png deleted file mode 100644 index cfd1647..0000000 Binary files a/images/convolutions_1f_optimized.png and /dev/null differ diff --git a/images/convolutions_causal.png b/images/convolutions_causal.png deleted file mode 100644 index cc88c81..0000000 Binary files a/images/convolutions_causal.png and /dev/null differ diff --git a/images/convolutions_normal.png b/images/convolutions_normal.png deleted file mode 100644 index cc81494..0000000 Binary files a/images/convolutions_normal.png and /dev/null differ diff --git a/result.gif b/result.gif deleted file mode 100644 index 318895e..0000000 Binary files a/result.gif and /dev/null differ diff --git a/demo.py b/tools/demo.py similarity index 100% rename from demo.py rename to tools/demo.py diff --git a/hrnet_video.py b/tools/hrnet_video.py similarity index 100% rename from hrnet_video.py rename to tools/hrnet_video.py diff --git a/run.py b/tools/run.py similarity index 100% rename from run.py rename to tools/run.py diff --git a/run_demo.ipynb b/tools/run_demo.ipynb similarity index 100% rename from run_demo.ipynb rename to tools/run_demo.ipynb diff --git a/wild_video.py b/tools/wild_video.py similarity index 100% rename from wild_video.py rename to tools/wild_video.py