/Midterm

The repo of midterm project for DATA620004: Neural Network and Deep Learning

Primary LanguagePython

Midterm

The repo of midterm project for DATA620004: Neural Network and Deep Learning

CNN on CUB dataset

Train

python ./Bird/main.py

Traing procedure

Learning rate Pretrain Cutout Dropout Model Test Accuracy $\uparrow$
$3e-4$ ✔️ ✔️ ResNet34 83.12%
$3e-4$ ✔️ ✔️ ✔️ ResNet34 82.27%
$3e-4$ ✔️ ✔️ ResNet34 81.72%
$3e-5$ ✔️ ✔️ ✔️ ResNet34 78.20%
$3e-4$ ✔️ ✔️ ✔️ ResNet18 77.14%
$3e-4$ ✔️ ✔️ ResNet34 43.17%

Table: The results on VOC0712 with different hyper-parameters combination. The method with pretrain, cutout augmentation, and Dropout achieved the best performance $83.12%$.

Inference

python ./Bird/infernce.py

Object detection on VOC

Faster R-CNN

./object_detection/Faster_RCNN.ipynb

Train

Traing procedure

Inference

Proposal boxes

YOLO-v3

./object_detection/YOLO_V3.ipynb

Train

Traing procedure

Traing procedure

Inference

Prediction