Skip to content

Commit 319fb96

Browse files
authored
Update README.md
1 parent 20b7054 commit 319fb96

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -333,14 +333,18 @@ Feature Visualization: [Blog](https://distill.pub/2017/feature-visualization/),
333333
[netron](https://github.com/lutzroeder/netron) - Visualizer for deep learning and machine learning models.
334334
[torchcv](https://github.com/donnyyou/torchcv) - Deep Learning in Computer Vision.
335335

336-
#### Object detection
336+
#### Object detection / Instance Segmentation
337+
[yolact](https://github.com/dbolya/yolact) - Fully convolutional model for real-time instance segmentation.
338+
[EfficientDet Pytorch](https://github.com/toandaominh1997/EfficientDet.Pytorch), [EfficientDet Keras](https://github.com/xuannianz/EfficientDet) - Scalable and Efficient Object Detection.
337339
[detectron2](https://github.com/facebookresearch/detectron2) - Object Detection (Mask R-CNN) by Facebook.
338340
[simpledet](https://github.com/TuSimple/simpledet) - Object Detection and Instance Recognition.
339341
[CenterNet](https://github.com/xingyizhou/CenterNet) - Object detection.
340342
[FCOS](https://github.com/tianzhi0549/FCOS) - Fully Convolutional One-Stage Object Detection.
341343

342-
##### Applications and Snippets
344+
#### Image Classification
343345
[efficientnet](https://github.com/lukemelas/EfficientNet-PyTorch) - Promising neural network architecture.
346+
347+
##### Applications and Snippets
344348
[CycleGAN and Pix2pix](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) - Various image-to-image tasks.
345349
[SPADE](https://github.com/nvlabs/spade) - Semantic Image Synthesis.
346350
[Entity Embeddings of Categorical Variables](https://arxiv.org/abs/1604.06737), [code](https://github.com/entron/entity-embedding-rossmann), [kaggle](https://www.kaggle.com/aquatic/entity-embedding-neural-net/code)

0 commit comments

Comments
 (0)