Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhineet123 committed Dec 28, 2018
1 parent 6844eba commit b1e1cdb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ Collection of papers and other resources for object detection and tracking using
([pdf](single_object_tracking/rl/End-to-end%20Active%20Object%20Tracking%20via%20Reinforcement%20Learning%20ax17_5.pdf),
[arxiv](https://arxiv.org/abs/1705.10561))

## Interpolation
- **Learning Features by Watching Objects Move**
(CVPR 2017)
([pdf](unsupervised/segmentation/Learning%20Features%20by%20Watching%20Objects%20Move%20ax170412%20cvpr17.pdf),
[ppt](unsupervised/notes/Learning%20Features%20by%20Watching%20Objects%20Move%20ax170412%20cvpr17.pdf))

## Deep Learning
- **Do Deep Nets Really Need to be Deep**
(NIPS 2014)
Expand All @@ -148,6 +142,12 @@ Collection of papers and other resources for object detection and tracking using
[notes](multi_object_tracking/notes/Understanding%20Synthetic%20Gradients%20and%20Decoupled%20Neural%20Interfaces%20ax1703.00522.pdf))

## Unsupervised Learning
- **Learning Features by Watching Objects Move**
(CVPR 2017)
([pdf](unsupervised/segmentation/Learning%20Features%20by%20Watching%20Objects%20Move%20ax170412%20cvpr17.pdf),
[notes](unsupervised/notes/Learning%20Features%20by%20Watching%20Objects%20Move%20ax170412%20cvpr17.pdf))

## Interpolation
- **Video Frame Interpolation via Adaptive Convolution**
(CVPR 2017 / ICCV 2017)
([pdf (cvpr17)](interpolation/Video%20Frame%20Interpolation%20via%20Adaptive%20Convolution%20ax1703.pdf),
Expand Down
1 change: 1 addition & 0 deletions dl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*/
!synthetic_gradients/
!theory/
!notes/
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions interpolation/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*/
!synthetic_gradients/
!theory/
!notes/
Binary file not shown.

0 comments on commit b1e1cdb

Please sign in to comment.