-
Notifications
You must be signed in to change notification settings - Fork 3
Taskboard
Satwik Kottur edited this page Jun 5, 2015
·
17 revisions
- Understand the source code figuring out what each piece does with respect to the ICCV paper (8 June)
- Comment, clean out irrelevant parts for the current work (12 June)
- Install and setup Caffe framework (12 June)
- Cluster the visual vectors, refine trained CNN to classify into one of the clusters, get new word2vec features (15 June)
How to incorporate visual features in word2vec?
- Group the visual features obtained for 213 verbs into N clusters. Refine the trained CNN to predict the cluster id. Obtain the features from this modified CNN.
- ?