-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect mouth crops #23
Comments
I also encounter the same problem for ar and de languages currently. The mted folder still contain the videos but the output folders just contain black screen videos instead of cropped mouth ones. Have you fixed it? |
Hey @ahaliassos, I wrote up some suggestions and put the cropped video / landmarks here for debugging |
I'm facing the same problem, all videos are just black screen while the original videos are okay. Is the metadata broken? +) |
OK, I think I found the reason. The main reason was that my youtube video download was somehow set to be 360p. So the pixel range in the metadata was beyond the video resolution. You'd better check if the downloaded videos were 1080p res, which metadata should be based on. |
@sungnyun you're right; however, not all videos are in 1080p. For example, the video in de/video/test/r2tvb4-i4EE is only 720p. While 720p works, it doesn’t provide the best quality. When I compared the output of this 720p video with @roudimit |
Nice debugging! I checked
So I guess my video is also in 720p. In general, I'm guessing some are 1080p and some are lower resolution. |
Sorry for my late reply. Additionally, could you please double-check the remaining video? The specific path is muavic/de/video/test/pR_8SsedSLI/pR_8SsedSLI_0000.mp4. I noticed that the mouth isn't fully captured in the crop. Have you encountered a similar issue? Sorry to bother you with this, and thank you for your help! |
Your dropbox link doesn't work, can you check the settings? Here's 'muavic/de/video/test/pR_8SsedSLI/pR_8SsedSLI_0000.mp4', as you can see most of the video doesn't have a speaker, and then the final part of the video isn't cropped on the person's face. FYI it's a known issue that many of the multilingual mTedX videos don't have the speaker visible. "Visual Speech Recognition for Multiple Languages" proposed to filter mTedX videos with the speaker visible and the amount of data becomes much less. |
Hi,
Congrats on your work!
I have run the scripts to download and extract the clips, but when I tried to inspect some clips I noticed that they don't depict the mouth, for example for muavic/es/video/test/jej8qlzlAGw/jej8qlzlAGw_0018.mp4. I wonder if the face detector / alignment failed for many examples.
Could you please point me to a path (in the form of e.g., muavic/es/video/test/jej8qlzlAGw/jej8qlzlAGw_0018.mp4) of a cropped video that is centered around the mouth so that I can check that it's also the case for me locally? Because I have been looking at videos and I can't find one that is centered around the mouth and I'm wondering if I did something wrong.
Many thanks!
The text was updated successfully, but these errors were encountered: