forked from hannesk95/ExplainingAnatomicalShapeVariability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (37 loc) · 1.04 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.idea
.data
.ipynb_checkpoints
infra/
data/delete/
data/box_bump/
data/torus_bump/
data/sdf/
synthetic_data/box_bump/
synthetic_data/torus_bump/
synthetic_data/sdf/
synthetic_data/_delete/
preprocessing/binary_segmentations/
preprocessing/_delete/
preprocessing/groomed_data/
utils/__pycache__/
src/DeepLearning/compute_canada/mesh/
src/DeepLearning/compute_canada/guided_vae/data/
src/DeepLearning/compute_canada/guided_vae/reconstruction/__pycache__
src/DeepLearning/compute_canada/guided_vae/reconstruction/.test_target.txt.swp
src/ShapeWorks/
src/ShapeWorks/d/
src/ShapeWorks/data/
src/ShapeWorks/groomed/
src/ShapeWorks/shape_model/
src/ShapeWorks/_delete/
src/ShapeWorks/.ipynb_checkpoints/
src/ShapeWorks/orig_particle_reconstruction/
src/ShapeWorks/pca_particle_reconstruction/
src/ShapeWorks/mesh_left/
src/ShapeWorks/mesh_right/
src/ShapeWorks/reconstruction_left/
src/ShapeWorks/reconstruction_right/
src/ShapeWorks/pca_reconstruction_left/
src/ShapeWorks/pca_reconstruction_right/
src/ShapeWorks/demographics.csv
src/DeepLearning/.ipynb_checkpoints/