maudzung / Complex-YOLOv4-Pytorch

The PyTorch Implementation based on YOLOv4 of the paper: "Complex-YOLO: Real-time 3D Object Detection on Point Clouds"
https://arxiv.org/pdf/1803.06199.pdf
GNU General Public License v3.0
1.24k stars 256 forks source link

GitHub Action to lint Python code for undefined names #4

Closed cclauss closed 3 years ago

cclauss commented 4 years ago

Output: https://github.com/cclauss/Complex-YOLOv4-Pytorch/actions

https://flake8.pycqa.org/en/latest/user/error-codes.html

On the flake8 test selection, this PR does not focus on "style violations" (the majority of flake8 error codes that psf/black can autocorrect). Instead these tests are focus on runtime safety and correctness:

cclauss commented 4 years ago

mayavi seems broken http://docs.enthought.com/mayavi/mayavi/auto/changes.html#fixes