Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chulminkw authored Mar 25, 2020
1 parent e7ba2c0 commit 6835855
Show file tree
Hide file tree
Showing 44 changed files with 3,670 additions and 37,489 deletions.
300 changes: 19 additions & 281 deletions Detection/fast_rcnn/OpenCV_FasterRCNN_ObjectDetection.ipynb

Large diffs are not rendered by default.

350 changes: 11 additions & 339 deletions Detection/fast_rcnn/Tensorflow_FasterRCNN_ObjectDetection.ipynb

Large diffs are not rendered by default.

106 changes: 15 additions & 91 deletions Detection/retina/Esri_Object_Detection_Challenge.ipynb

Large diffs are not rendered by default.

3,164 changes: 24 additions & 3,140 deletions Detection/retina/KerasRenina_이미지와_영상_Detection.ipynb

Large diffs are not rendered by default.

1,838 changes: 21 additions & 1,817 deletions Detection/retina/Keras_Retina_Raccoon_학습및_Detection.ipynb

Large diffs are not rendered by default.

654 changes: 10 additions & 644 deletions Detection/ssd/SSD_Face_Detection.ipynb

Large diffs are not rendered by default.

1,459 changes: 6 additions & 1,453 deletions Detection/ssd/Tensorflow_SSD_이미지와_영상_Detection.ipynb

Large diffs are not rendered by default.

112 changes: 10 additions & 102 deletions Detection/tensor_api/Oxford_Pet_학습및_Object_Detection.ipynb

Large diffs are not rendered by default.

4,390 changes: 37 additions & 4,353 deletions Detection/yolo/KerasYolo_OpenImage_학습및_Detection.ipynb

Large diffs are not rendered by default.

8,069 changes: 35 additions & 8,034 deletions Detection/yolo/KerasYolo_Raccoon_학습및_Detection.ipynb

Large diffs are not rendered by default.

194 changes: 17 additions & 177 deletions Detection/yolo/OpenCV_Yolo_이미지와_영상_Detection.ipynb

Large diffs are not rendered by default.

17,100 changes: 42 additions & 17,058 deletions Segmentation/mask_rcnn/Balloon_데이터세트_학습및_Segmentation.ipynb

Large diffs are not rendered by default.

748 changes: 748 additions & 0 deletions Segmentation/mask_rcnn/Kaggle_Nucleus_Segmentation_Challenge.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file added data/image/EPL01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/audrey01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/baseball01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/beatles01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/beatles02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/beatles03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/beatles_low.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/john_wick01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/stopsign01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/stopsign02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/wave01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/image/wave02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions data/util/install_conda.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conda install -c conda-forge pycocotools
8 changes: 8 additions & 0 deletions data/util/install_tf113.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pip install scikit-image
pip install opencv-python
pip install imgaug
pip install lxml
pip install pandas
pip install selectivesearch
pip install tensorflow-gpu==1.13.1
pip install keras==2.2.1
8 changes: 8 additions & 0 deletions data/util/install_tf115.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pip install scikit-image
pip install opencv-python
pip install imgaug
pip install lxml
pip install pandas
pip install selectivesearch
pip install tensorflow-gpu==1.15.2
pip install keras==2.3.0
11 changes: 11 additions & 0 deletions data/util/install_tf_obj.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pip install scikit-image
pip install opencv-python
pip install imgaug
pip install lxml
pip install pandas
pip install selectivesearch
pip install tensorflow-gpu==1.15.2
pip install keras==2.3.0
pip install contextlib2
conda install -c conda-forge pycocotools -y
conda install nb_conda -y
Loading

0 comments on commit 6835855

Please sign in to comment.