-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
-
prepro_images.py: pre-process the images in COCO dataset (val2014.zip and train2014.zip). The dates are in /homework/datasets
-
The weights of pre-trained ResNet101 is in ./data/imagenet_weights
-
x(t) uses the previous ground truth t(t-1) in training but x(t-1) in testing
-
The V bar in topdown model is taking average pooling on each feature map (7x7x2048→1x2048)