imatge-upc / activitynet-2016-cvprw

Tools to participate in the ActivityNet Challenge 2016 (NIPSW 2016)
https://imatge-upc.github.io/activitynet-2016-cvprw/
MIT License
195 stars 85 forks source link

Fix floating indices for activity localization #16

Closed meetvora closed 7 years ago

meetvora commented 7 years ago

Indexes for sequence_class_prob are of float type with versions of numpy >=1.12. The PR attempts to fix the issue.