Skip to content

Commit f9c5aae

Browse files
authored
Merge pull request #41 from skymindglobal/wc-updatereadme
include object detection description in readme
2 parents fa67056 + 4baa65c commit f9c5aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This repo contains codes for hands-on purpose during training session.
4444
Dog breed classification using custom model.
4545
- [ImageClassification/TransferLearning](https://github.com/skymindglobal/TrainingLabs/tree/imageclassification/dl4j-cv-labs/src/main/java/global/skymind/solution/classification/transferlearning):
4646
Dog breed classification using transfer learning.
47+
- [ObjectDetection/YOLO](https://github.com/skymindglobal/TrainingLabs/tree/master/dl4j-cv-labs/src/main/java/global/skymind/solution/object_detection): Avocado and Banana Object Detection model using Transfer learning of TinyYOLO and YOLOv2.
4748
- [segmentation/PretrainedUNET](https://github.com/skymindglobal/TrainingLabs/tree/segmentation/dl4j-cv-labs/src/main/java/global/skymind/solution/segmentation/PretrainedUNET): Semantic segmentation on the Cell nucleus image from Data Science Bowl 2018, using a Pre-trained U-Net.
4849
- [segmentation/ImageAugmentation](https://github.com/skymindglobal/TrainingLabs/tree/segmentation/dl4j-cv-labs/src/main/java/global/skymind/solution/segmentation/ImageAugmentation): (Optional) Image augmentation to increase samples, if required.
4950
#### Spark-Lab

0 commit comments

Comments
 (0)