CornerNet is a new approach to object detection where we detect an object bounding box as a pair of keypoints (top-left corner and bottom-right corner)
This repo contains implementation of CornerNet in Pytorch-Lightning
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- pytorch 1.9.1
- kornia
- cornerpool
- pytorch-lightning
- tqdm
CornerNet_ROOT=/path/to/clone/CornerNet
git clone https://github.com/Jovian-Dsouza/CornerNet.git $CornerNet_ROOTDownlaod the Pascal voc dataset
python train_pl.py
python evaluate.py





