Skip to content

Commit 3048f44

Browse files
committed
minor fix
1 parent a740bfc commit 3048f44

9 files changed

+577394
-5
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ dist/
3232
.DS_Store
3333

3434
# project dirs
35-
/datasets
3635
/models
37-
/output

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cd mega.pytorch
6262
# re-build it
6363
python setup.py build develop
6464

65-
pip install 'pillow<=7.0.0'
65+
pip install 'pillow<7.0.0'
6666

6767
unset INSTALL_DIR
6868

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ By Yihong Chen, Yue Cao, Han Hu, Liwei Wang.
66

77
## Introduction
88

9-
This project is the codebase for implementing our MEGA algorithm for video object detection presented in our CVPR2020 paper.
9+
This project is the codebase based on [maskrcnn_benchmark](https://github.com/facebookresearch/maskrcnn-benchmark) for implementing our MEGA algorithm for video object detection presented in our CVPR2020 paper.
1010

1111
The full paper is available at:
1212

datasets/ILSVRC2015/ImageSets/DET_train_30classes.txt

+53,639
Large diffs are not rendered by default.

datasets/ILSVRC2015/ImageSets/VID_train_15frames.txt

+57,834
Large diffs are not rendered by default.

datasets/ILSVRC2015/ImageSets/VID_train_every10frames.txt

+113,666
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)