diff --git a/ReadMe.md b/ReadMe.md index ec1eb30..dcc1c3b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -305,9 +305,10 @@ Collection of papers and other resources for object detection and tracking using - [Stereo Matching by Training a Convolutional Neural Network to Compare Image Patches](https://github.com/jzbontar/mc-cnn) - Video Detection - - [TPN: Tubelet Proposal Network (CVPR 2017)](https://github.com/myfavouritekk/TPN)[Python] - - [T-CNN: Tubelets with Convolution Neural Networks (CVPR 2016)](https://github.com/myfavouritekk/T-CNN)[Python] - - [Flow-Guided Feature Aggregation for Video Object Detection (NIPS 2016 / ICCV 2017)](https://github.com/msracver/Flow-Guided-Feature-Aggregation)[Python/CUDA] + - [Mobile Video Object Detection with Temporally-Aware Feature Maps (CVPR 2018) (Google)](https://github.com/tensorflow/models/tree/master/research/lstm_object_detection)[tensorflow] + - [TPN: Tubelet Proposal Network (CVPR 2017)](https://github.com/myfavouritekk/TPN)[python] + - [T-CNN: Tubelets with Convolution Neural Networks (CVPR 2016)](https://github.com/myfavouritekk/T-CNN)[python] + - [Flow-Guided Feature Aggregation for Video Object Detection (NIPS 2016 / ICCV 2017)](https://github.com/msracver/Flow-Guided-Feature-Aggregation)[python/CUDA] - Optical Flow - [Fast Optical Flow using Dense Inverse Search (DIS)](https://github.com/tikroeger/OF_DIS) diff --git a/deep_learning/theory/Intriguing properties of neural networks ax1312.6199.pdf b/deep_learning/theory/Intriguing properties of neural networks ax1312.6199.pdf new file mode 100644 index 0000000..6562c43 Binary files /dev/null and b/deep_learning/theory/Intriguing properties of neural networks ax1312.6199.pdf differ diff --git a/video_detection/rnn/Mobile Video Object Detection with Temporally-Aware Feature Maps cvpr18.pdf b/video_detection/rnn/Mobile Video Object Detection with Temporally-Aware Feature Maps cvpr18.pdf new file mode 100644 index 0000000..0b32a17 Binary files /dev/null and b/video_detection/rnn/Mobile Video Object Detection with Temporally-Aware Feature Maps cvpr18.pdf differ