whai362 / pan_pp.pytorch

Official implementations of PSENet, PAN and PAN++.
Apache License 2.0
439 stars 90 forks source link

Evaluation of the performance result #41

Closed dikubab closed 3 years ago

dikubab commented 3 years ago

Hello Author, First of all, I would like to appreciate your work and effort. I have tried your repo. The evaluation code gives me an error of the "The sample 199 not present in GT," but the label text is there. When I tried to see the result via visualizing it on the images, it seems good. Let me know if there is any solution from your side.

czczup commented 3 years ago

Hi, @dikubab Can you provide more information? For example, which dataset and test script did you use.

dikubab commented 3 years ago

Hi, @dikubab Can you provide more information? For example, which dataset and test script did you use.

It is solved. Thanks for your response.

DenghuiXiao commented 2 years ago

Hi, @dikubab Can you provide more information? For example, which dataset and test script did you use.

It is solved. Thanks for your response.

How to solved I meet same problem

zeng-cy commented 1 year ago

How to solved I meet same problem How to solved I meet same problem

zeng-cy commented 1 year ago

Hello Author, First of all, I would like to appreciate your work and effort. I have tried your repo. The evaluation code gives me an error of the "The sample 199 not present in GT," but the label text is there. When I tried to see the result via visualizing it on the images, it seems good. Let me know if there is any solution from your side.

How to solved I meet same problem

zeng-cy commented 1 year ago

Hi, @dikubab Can you provide more information? For example, which dataset and test script did you use.

It is solved. Thanks for your response. How to solved I meet same problem

zeng-cy commented 1 year ago

Hi, @dikubab Can you provide more information? For example, which dataset and test script did you use.

It is solved. Thanks for your response.

How to solved I meet same problem

请问您解决了这个问题吗

dikubab commented 1 year ago

@zeng-cy @DenghuiXiao @czczup I used my dataset to train and test. The main problem was I zipped the test set in a regular way. The problem was solved zipping with a command like this “zip -9jpr submit.zip submit/*txt “

zeng-cy commented 1 year ago

Thank you very much. The problem has been solved. Thank you!