VQAssessment / FAST-VQA-and-FasterVQA

[ECCV2022, TPAMI2023] FAST-VQA, and its extended version FasterVQA.
https://www.ecva.net/papers/eccv_2022/papers_ECCV/html/1225_ECCV_2022_paper.php
Other
244 stars 24 forks source link

decord issues #40

Open JunFu1995 opened 9 months ago

JunFu1995 commented 9 months ago

Hello. Thanks for your awesome work. I am trying to retrain the model with LSVQ datasets. During training, the library called decord reports some errors. Detailed error messages are described below.

/home/fujun/datasets/iqa/LSVQ/ia-batch7/NASAPlaneCrashTest.mp4
[h264 @ 0xac7d8c0] mmco: unref short failure
/home/fujun/datasets/iqa/LSVQ/ia-batch4/youtube-uUHP-0UZAJg.mp4
[h264 @ 0x8a7fd80] mmco: unref short failure
[h264 @ 0x8a7fd80] mmco: unref short failure
/home/fujun/datasets/iqa/LSVQ/yfcc-batch3/2416.mp4
[h264 @ 0xac41980] mmco: unref short failure
[h264 @ 0xac41980] mmco: unref short failure
/home/fujun/datasets/iqa/LSVQ/ia-batch1/youtube-SsbAXHjJmTg.mp4
[h264 @ 0x9dcc400] mmco: unref short failure
/home/fujun/datasets/iqa/LSVQ/ia-batch9/Waterloo_City_Council_-_Monday_February_10.mp4
[h264 @ 0xba63980] SEI type 0 size 64 truncated at 56
[h264 @ 0x8a80b00] SEI type 0 size 64 truncated at 56
[h264 @ 0x974ccc0] SEI type 0 size 64 truncated at 56
[h264 @ 0x8a80b00] SEI type 0 size 64 truncated at 56
[h264 @ 0x974ccc0] SEI type 0 size 64 truncated at 56
[h264 @ 0x8a80b00] SEI type 0 size 64 truncated at 56

How to deal with these errors?