danieljf24 / dual_encoding

[CVPR2019] Dual Encoding for Zero-Example Video Retrieval
Apache License 2.0
154 stars 31 forks source link

Issue about dataset format #17

Open albat3ross opened 4 years ago

albat3ross commented 4 years ago

Hello, As we were trying to re-implement the model onto other datasets, we get stuck at the generation feature.bin file. Your team has mentioned that we could use txt2bin.py to convert the feature files from txt into binary format, but I'm not sure what should the feature files looks like when it is in .txt form. Can you provide a few lines of example for the txt feature files? It would be great if there're some example files for reference. Thank you for your help!

danieljf24 commented 4 years ago

Please refer to here. The format of each line is an id followed by a feature vector. ps: We have already released our feature extraction code.

albat3ross commented 4 years ago

Thank you for the example! It would be very helpful for us.