issues
search
a5chin
/
centernet
PyTorch implementation of CenterNet.
MIT License
7
stars
0
forks
source link
Create model for CenterNet
#1
Closed
a5chin
closed
2 years ago
a5chin
commented
2 years ago
Objective
Create model
Checks to be made before requesting a review
[x] Confirmed that
Pytest
does not cause an error.
[x] Fixed formatting in
Black
.
[x] Fixed the import order in
Isort
.
[x] Confirmed that there are no Lint errors with
Flake8
in the fixes.
[x] The code in the affected area by the modification was made to work and confirmed to work as expected.
Changes
model
Objective
Create model
Checks to be made before requesting a review
Pytest
does not cause an error.Black
.Isort
.Flake8
in the fixes.Changes