thuiar / MMSA-FET

A Tool for extracting multimodal features from videos.
GNU General Public License v3.0
141 stars 21 forks source link

about the OS #1

Open JeffreyHJF opened 2 years ago

JeffreyHJF commented 2 years ago

Could I use the toolkit on a Windows OS?Is that compatible?

FlameSky-S commented 2 years ago

It should be compatible by design, but we haven't tested it on a Windows platform. If you run into any troubles, please do let us know. Thank you!

JeffreyHJF commented 2 years ago

Well, I just put it on a Windows OS and everything is fine now. Of course, I would give you feedbacks if there were any troubles :)

JeffreyHJF commented 2 years ago

I just got an error while extracting features by openface. btw I have installed the dependency recommended by your instruction. MMSA-FET - Failed to extract video features with OpenFace from 03bSnISJMiM_1. MMSA-FET - Error occurred when extracting features for video 03bSnISJMiM clip 1 MMSA-FET - Ignore error and continue

FlameSky-S commented 2 years ago

Do you have ffmpeg installed on your machine? I forgot to mention that in the Wiki.

Also, I fixed a bug related to Windows platform. Please update the package using pip. The newest version is 0.3.1

If you've done all above and still experience problems, could you please do OpenFace extraction for a single video using run_single function with verbose set to 2?

JeffreyHJF commented 2 years ago

Firstly, I appreciate your sugggestion and actually, I have installed ppmpeg. I would try it again, and hopefully the problem can be solved.