-
Notifications
You must be signed in to change notification settings - Fork 42
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
prediction format #3
Comments
you can see it at homepage of WIDER FACE and download Examples and Format of submissions. first you need to create a directory for all prediction results, like: -- WFPred In each files the detection results should be written as: |
**
** |
@monkeyMirandar Sorry, i'm not very sure what you mean. But I think you need to writte your own script to make the prediction on WIDER Face dataset with your own models and generate the prediction files as above mentioned. |
就是我不知道那个 prediction dir 里面应该放些什么
发自我的iPhone
…------------------ Original ------------------
From: KevinZhang1201 <notifications@github.com>
Date: Wed,Jul 31,2019 3:26 PM
To: wondervictor/WiderFace-Evaluation <WiderFace-Evaluation@noreply.github.com>
Cc: monkeyMirandar <1391069856@qq.com>, Mention <mention@noreply.github.com>
Subject: Re: [wondervictor/WiderFace-Evaluation] prediction format (#3)
@monkeyMirandar Sorry, i'm not very sure what you mean. But I think you need to writte your own script to make the prediction on WIDER Face dataset with your own models and generate the prediction files as above mentioned.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
我的训练模型已经出来了!怎么才可以得到这个文件夹呀?可以具体说说吗?
发自我的iPhone
…------------------ Original ------------------
From: KevinZhang1201 <notifications@github.com>
Date: Wed,Jul 31,2019 5:17 PM
To: wondervictor/WiderFace-Evaluation <WiderFace-Evaluation@noreply.github.com>
Cc: monkeyMirandar <1391069856@qq.com>, Mention <mention@noreply.github.com>
Subject: Re: [wondervictor/WiderFace-Evaluation] prediction format (#3)
Prediction dir
└─── 0--Parade
├───└─── 0_Parade_marchingband_1_20.txt
├───├─── 0_Parade_marchingband_1_74.txt
├───├─── ...
├─── 1--Handshaking
├───└─── 1_Handshaking_Handshaking_1_35.txt
├───├─── 1_Handshaking_Handshaking_1_94.txt
├───├─── ...
├─── ...
the files should be organized as this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
.... |
can the prediction results be in text format?, meanwhile the ground truth is in .mat format |
prediction results are the same as the submission examples (txt files) |
why do it have this error? I have run python setup.py build_ext --inplace Reading Predictions : 100%|█████████████████████████████████████████████████████| 61/61 [00:00<00:00, 603.65it/s] |
what's the Format of prediction results?
The text was updated successfully, but these errors were encountered: