chargrid2d icon indicating copy to clipboard operation
chargrid2d copied to clipboard

Results 5 chargrid2d issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the implementation. I have a confusion about the reason authors came up with the bounding box regression decoder part. Is it for instance segmentation? As much as...

According to *Figure 2* in the paper, the author did not apply downsampling in the first `a block`, but I found that in `chargrid2d/model.py` downsampling was applied in `self.block1`, thus...

Hello, I was trying to test the trained model with new data. Could you please help me with the pipeline involved in doing so? I ran the generate_mask.py with the...

Hello @thanhhau097 , I tried to train your implementation with custom data, and I'm getting what I consider high values of IOU (80-90%) in validation, but when I try to...

thanks for your work, i trained on SROIE with your code, the loss decreased from about 50000+(the first epoch) to 10+(the 99th epoch). Is that normal?