Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
af755e01
Commit
af755e01
authored
Nov 26, 2018
by
Kai Chen
Browse files
update readme
parent
2890bcb5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+5
-0
demo/coco_test_12510.jpg
demo/coco_test_12510.jpg
+0
-0
setup.py
setup.py
+1
-1
No files found.
README.md
View file @
af755e01
...
...
@@ -6,6 +6,8 @@
mmdetection is an open source object detection toolbox based on PyTorch. It is
a part of the open-mmlab project developed by
[
Multimedia Laboratory, CUHK
](
http://mmlab.ie.cuhk.edu.hk/
)
.

### Major features
-
**Modular Design**
...
...
@@ -34,6 +36,9 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v0.5.3 (26/11/2018)
-
Add Cascade R-CNN and Cascade Mask R-CNN.
v0.5.2 (21/10/2018)
-
Add support for custom datasets.
-
Add a script to convert PASCAL VOC annotations to the expected format.
...
...
demo/coco_test_12510.jpg
0 → 100644
View file @
af755e01
179 KB
setup.py
View file @
af755e01
...
...
@@ -93,7 +93,7 @@ if __name__ == '__main__':
package_data
=
{
'mmdet.ops'
:
[
'*/*.so'
]},
classifiers
=
[
'Development Status :: 4 - Beta'
,
'License :: OSI Approved ::
GNU General Public License v3 (GPLv3)
'
,
'License :: OSI Approved ::
Apache Software License
'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2.7'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment