Centernet: How to calc dataset specific eigenvalues and eigenvectors

Created on 19 Aug 2019  ·  2Comments  ·  Source: xingyizhou/CenterNet

Hi,
I'm using CenterNet with my own dataset but I don't really understand the eigenvalues (_eig_val) and eigenvectors (_eig_vec) specified in coco.py. How are they calculated? In the dla repo I saw that they called it the "image pixel variations", do you guys know what that means?
Thank you!

Most helpful comment

hey guys, @dvbvr @xingyizhou , I guess this method comes from the paper by Alex and Hinton:
https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf

image

All 2 comments

I didn't understand either. It is used for color augmentation. I always use the default eigenvectors as in COCO for other datasets and it works fine.

hey guys, @dvbvr @xingyizhou , I guess this method comes from the paper by Alex and Hinton:
https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lih627 picture lih627  ·  7Comments

ycxxn picture ycxxn  ·  3Comments

David-19940718 picture David-19940718  ·  5Comments

chwong1 picture chwong1  ·  4Comments

huang229 picture huang229  ·  4Comments