-
Notifications
You must be signed in to change notification settings - Fork 19
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
Evaluation server #23
Comments
@dingjiansw101 Can you please have a look at it? |
Yeah it seems the evaluation server is down. @akshitac8 I would like to ask if the evaluation server can accept predictions on different splitting of images. Currently the server accepts predictions based on the 800 x 800 splitting of images using the devkit. Is it possible to upload predictions for a different splitting of the images like 1024 x 1024 ? |
@kgiannakelos the evaluation server only accepts images with 800X800 patch size. |
@akshitac8 Ok thanks! One last thing, does the evaluation server accept a mask with all predictions for a specific category? Currently my model produces an 800x800 mask for each object it detects. All these predictions amount to ~ 600gb json file which is obviously too big to process. So the results could be reduced if my model outputs a single mask for all predicted objects of a specific category instead of N masks for N predicted objects of this category. Is it ok if i evaluate my results like this? |
It should be ok now. |
@akshitac8 I use maskrcnn-benchmark to get the segmentation result segm.json in test set of iSAID with the test_info.json in iSAID website, but replied with error format of json. The format of my segm.json is the same as example. Here is the first detection result "[{"image_id": 0, "category_id": 9, "segmentation": {"size": [800, 800], "counts": "[dm=5jh02N2N3M2N2N1N2O1O000000001O00000000000010O1O100O1O1O2N2N1O3M2N3MTci4"}, "score": 0.9938278794288635},...]," in my segm.json, I don't the reason of format error, could you please help me? I do the experiments in val dataset and can get the right result in iSAID_devkit. |
@czq693497091 Did you figure it out? I got the same problem. I get correct results on validation set but error format on test set. |
you need compress the json file into rar or zip and then upload.
…------------------ 原始邮件 ------------------
发件人: "Konstantinos ***@***.***>;
发送时间: 2021年4月27日(星期二) 凌晨0:30
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [CAPTAIN-WHU/iSAID_Devkit] Evaluation server (#23)
@czq693497091 Did you figure it out? I got the same problem. I get correct results on validation set but error format on test set.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@czq693497091 I already zip it so that's not my problem. I tried a very small portion of my results and it works. So it must be the server's issue. Thanks |
Can you upload the result now? I fail to login the iSAID test server.
…------------------ 原始邮件 ------------------
发件人: "Konstantinos ***@***.***>;
发送时间: 2021年4月27日(星期二) 下午2:55
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [CAPTAIN-WHU/iSAID_Devkit] Evaluation server (#23)
@czq693497091 I already zip it so that's not my problem. I tried a very small portion of my results and it works. So it must be the server's issue. Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@czq693497091 Can you try to upload the results on the server now and please let me know if the problem still persists? |
Hello, I have a question. 🖐🖐 When I generated the test_patch by running the In other words, for images that are not more than 800 pixels in height or width, Please leave a comment. |
Hi,
Is the evaluation server working? I haven't received the result after waiting for 4 days.
Thanks!
The text was updated successfully, but these errors were encountered: