Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYang1994 authored and YunYang1994 committed Nov 26, 2019
1 parent 774a68a commit 1f9b4df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 4-Object_Detection/RPN/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [RPN: RegionProposal Network](https://github.com/YunYang1994/ai-notebooks/blob/master/RPN.md)
## [RPN: RegionProposal Network](https://github.com/YunYang1994/cv-notebooks/blob/master/ai_algorithm/RPN.md)
--------------------

This repository is implemented for paper ["Expecting the Unexpected: Training Detectors for Unusual Pedestrians with Adversarial Imposters(CVPR2017)"](https://arxiv.org/pdf/1703.06283), which makes some improvements on the basis of region proposal network in [Faster-RCNN](http://arxiv.org/abs/1506.01497).
Expand Down
2 changes: 1 addition & 1 deletion 4-Object_Detection/YOLOV3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [TensorFlow2.x-YOLOv3](https://github.com/YunYang1994/ai-notebooks/blob/master/YOLOv3.md)
## [TensorFlow2.x-YOLOv3](https://github.com/YunYang1994/cv-notebooks/blob/master/ai_algorithm/YOLOv3.md)
--------------------
A minimal tensorflow implementation of YOLOv3, with support for training, inference and evaluation.

Expand Down
2 changes: 1 addition & 1 deletion 5-Image_Segmentation/FCN/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [FCN: Fully Convolutional Networks for Semantic Segmentation](https://github.com/YunYang1994/ai-notebooks/blob/master/FCN.md)
## [FCN: Fully Convolutional Networks for Semantic Segmentation](https://github.com/YunYang1994/cv-notebooks/blob/master/ai_algorithm/FCN.md)
--------------------
[This paper](https://arxiv.org/abs/1411.4038) shows that convolutional networks by themselves, trained end-to-end, pixels-to-pixels, exceed the state-of-the-art in semantic segmentation. This repo adapts vgg16 networks into fully convolutional networks and transfer their learned representations by fine-tuning to the segmentation task on PASCAL VOC2012 dataset.

Expand Down
2 changes: 1 addition & 1 deletion 5-Image_Segmentation/Unet/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## [U-Net: Convolutional Networks for Biomedical Image Segmentation.](https://github.com/YunYang1994/ai-notebooks/blob/master/Unet.md)
## [U-Net: Convolutional Networks for Biomedical Image Segmentation.](https://github.com/YunYang1994/cv-notebooks/blob/master/ai_algorithm/Unet.md)
--------------------
[this paper](https://arxiv.org/abs/1505.04597) presents a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently. The architecture consists of a contracting path to capture context and a symmetric expanding path that enables precise localization.

Expand Down

0 comments on commit 1f9b4df

Please sign in to comment.