Skip to content

Commit dfbb4e6

Browse files
committed
hint about ROI layer
1 parent 2e875d6 commit dfbb4e6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
TensorLayer is a deep learning and reinforcement learning library based on [Google TensorFlow](https://www.tensorflow.org). It provides rich data processing, model training and serving modules to help researchers and engineers build practical machine learning workflows.
1919

2020
# What's New
21+
* Release [ROI layer](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#roi-layer) for Object Detection.
2122
* Release [Sub-pixel Convolution 1D](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#d-supixel-convolutional) for Audio Super-resolution.
2223
* Release [Flickr dataset loader](http://press.liacs.nl/mirflickr/mirdownload.html), see [load_flickr25k](http://tensorlayer.readthedocs.io/en/latest/modules/files.html#flickr25k) and [load_flickr1M](http://tensorlayer.readthedocs.io/en/latest/modules/files.html#flickr1m).
2324
* Release [SpatialTransformer2dAffineLayer](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#spatial-transformer) for [Spatial Transformer Networks](https://github.com/zsdonghao/Spatial-Transformer-Nets) see [example code](https://github.com/zsdonghao/Spatial-Transformer-Nets).

tensorlayer/third_party/roi_pooling/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hint from TensorLayer
2-
- From `https://github.com/deepsense-ai/roi-pooling`
3-
- Date 31 Aug 2017
4-
- Remember to modify the `CUDA_LIB` in Makefile before `python setup.py install`.
2+
- This implementation is from `https://github.com/deepsense-ai/roi-pooling`, date: 31 Aug 2017.
3+
- To install this, you have to clone TensorLayer from Github instead of pip install.
4+
- Remember to modify the `CUDA_LIB` in Makefile before running `python setup.py install` in this folder.
55
- Make sure `roi_pooling_example.py` and `test_roi_layer.py` is runable.
66

77

0 commit comments

Comments
 (0)