I've noticed a significant difference between the results from the online demo and those obtained by running the model directly.

#9
by fspanda - opened

Hello,
Thank you for providing such a fantastic model.
However, I've noticed a significant difference between the results from the online demo and those obtained by running the model directly.

I used the cascade_dit_base model with the following settings:

config_file='/path/publaynet_configs/maskrcnn/maskrcnn_dit_base.yaml'
opts = ['MODEL.WEIGHTS', '/path/publaynet_dit-b_cascade.zip']

I haven't modified anything else except for the boundary representation.

But the difference in the results is quite significant, as shown in the image below.
I would appreciate it if you could explain why there is such a discrepancy in the results.

Online Demo =>
image.png

Running the Model=>

image.png

Sign up or log in to comment