-
Notifications
You must be signed in to change notification settings - Fork 57
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
How to evaluate on new dataset? #9
Comments
You should convert video format to frame format for evaluation. Generally speaking, the score of one video is the average of all/sampled frames' scores of the corresponding video. |
TNX, but I have another question, what is the structure of the test data folder? Do I need to put my video frames in a subfolder with a specific name ? |
Sure, it's better to put frames in well designed subfolders with specific names. |
I didn't find any code related to video-frame conversion in your repo. Do I need to write such code on my own? |
Yes, you can use python-cv2 or ffmpeg to convert videos to frames. |
Thanks so much for the reply. May I ask what does the "scene.dat" correspond to in your code and how should I get it from a raw image set. |
I have the same issue.
|
Hello! Did you figure it out? |
"scene.dat" denotes the file which contains the location(bbox) of face. You can make scripts or use face detector to get it. |
May i ask scene.dat is original image or Depth image??? |
Does someone have found how the dataset folder should be named and structured more specifically ? I can not find anything on the path to video frame for testing |
use OULU-NPU dataset , What should be the names of frame images? |
can you answer these questions now? |
@clks-wzz , can you please answer these questions? |
这个项目真的完全不用心,开源是开源,数据集的格式,如何放置,具体推理用的模型完全没说清楚,乱七八糟的 |
Hi,
How can I test on new dataset?
should the files be in video format or should I just give video frames as images?
tnx in advance
The text was updated successfully, but these errors were encountered: