Skip to content

Commit

Permalink
release reference code
Browse files Browse the repository at this point in the history
  • Loading branch information
qqlu committed Sep 13, 2019
1 parent bc0119b commit 261889c
Show file tree
Hide file tree
Showing 324 changed files with 59,426 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,8 @@ by [Lu Qi](http://www.luqi.info), Li Jiang, [Shu Liu](http://www.shuliu.me), [Xi
## Introduction
This repository has released the training and test set of KINS. The annotation format follows COCO style. The mask can be decoded by COCOAPI.

And the pytorch implementation of the method in CVPR 2019 paper '[Amodal Instance Segmentation through KINS Dataset](http://jiaya.me/papers/amodel_cvpr19.pdf)' will be released. The codebase is based on [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark).
And the reference code of the method in CVPR 2019 paper '[Amodal Instance Segmentation through KINS Dataset](http://jiaya.me/papers/amodel_cvpr19.pdf)' has been released. The codebase is based on [pytorch-detectron](https://github.com/roytseng-tw/Detectron.pytorch).
You can see some details from our released code. I am sorry that I can not transform it into the maskrcnn-benchmark with clear version.

## Citation

Expand Down
60 changes: 60 additions & 0 deletions Reference Code/.gitignore
@@ -0,0 +1,60 @@
data/*
*.pyc
*~

*.o
*.so

.ipynb_checkpoints
notebooks/*.pkl

/Outputs

# ------------------------------

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*
Binary file not shown.

0 comments on commit 261889c

Please sign in to comment.