csuhan commited on
Commit
a765fd9
1 Parent(s): 5bbfa70

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +0 -2
  2. requirements.txt +2 -1
app.py CHANGED
@@ -27,8 +27,6 @@ from data.fintune_dataset import pc_norm
27
  from functools import partial
28
  import glob
29
 
30
- import os
31
- print(os.path.dirname(os.path.abspath(__file__)))
32
 
33
  T_random_resized_crop = transforms.Compose([
34
  transforms.RandomResizedCrop(size=(224, 224), scale=(0.9, 1.0), ratio=(0.75, 1.3333), interpolation=3,
 
27
  from functools import partial
28
  import glob
29
 
 
 
30
 
31
  T_random_resized_crop = transforms.Compose([
32
  transforms.RandomResizedCrop(size=(224, 224), scale=(0.9, 1.0), ratio=(0.75, 1.3333), interpolation=3,
requirements.txt CHANGED
@@ -12,4 +12,5 @@ torchaudio
12
  matplotlib
13
  flash-attn
14
  gradio
15
- plotly
 
 
12
  matplotlib
13
  flash-attn
14
  gradio
15
+ plotly
16
+ /home/user/app/model/lib/pointnet2