Skip to content

Commit

Permalink
* .gitignore for Mac OSX
Browse files Browse the repository at this point in the history
* corrected requirements for conda install
  • Loading branch information
dorianhenning committed Jul 26, 2019
1 parent a69d350 commit 73901e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ PoseFlow/val-predict
train_sppe/coco-minival500_images.txt
train_sppe/person_keypoints_val2014.json

.DS_Store*
.idea/
ssd/examples
images

Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
torch==0.4.0
pytorch
torchvision
scipy
visdom
nibabel
pandas
tqdm
matplotlib
opencv-python
libopencv
ntpath

0 comments on commit 73901e5

Please sign in to comment.