toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 305 forks source link

Demo and show image of demo.py #13

Closed toandaominh1997 closed 4 years ago

toandaominh1997 commented 4 years ago
pep8speaks commented 4 years ago

Hello @toandaominh1997! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 26:80: E501 line too long (87 > 79 characters) Line 46:54: E225 missing whitespace around operator Line 55:80: E501 line too long (81 > 79 characters) Line 56:59: E231 missing whitespace after ',' Line 56:80: E501 line too long (113 > 79 characters) Line 60:28: E251 unexpected spaces around keyword / parameter equals Line 60:30: E251 unexpected spaces around keyword / parameter equals Line 61:80: E501 line too long (81 > 79 characters)

Line 57:41: E225 missing whitespace around operator

Line 70:1: E302 expected 2 blank lines, found 1 Line 90:80: E501 line too long (82 > 79 characters)