got-10k / siamfc

A minimal example (SiamFC in PyTorch) showing how to train and evaluate trackers using GOT-10k toolkit.
87 stars 14 forks source link

PIL Image.py DecompressionBombWarning #3

Open suang2016 opened 5 years ago

suang2016 commented 5 years ago

/home/ubuntu/anaconda3/lib/python3.6/site-packages/PIL/Image.py:2514: DecompressionBombWarning: Image size (99302460 pixels) exceeds limit of 89478485 pixels, could be decompression bomb DOS attack. DecompressionBombWarning)

Does anybody have this problem?

sansanfree commented 5 years ago

yes, i have met with this problems, and ignored it, but my test result with my own trained model is worse than the results provided by authors. so i am confused