Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
food-round2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joel Joseph
food-round2
Commits
eeaae655
Commit
eeaae655
authored
6 years ago
by
Kai Chen
Browse files
Options
Downloads
Patches
Plain Diff
update installation guide
parent
2a01c8fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-4
6 additions, 4 deletions
README.md
with
6 additions
and
4 deletions
README.md
+
6
−
4
View file @
eeaae655
...
...
@@ -42,13 +42,11 @@ popular detection projects. Results and models are available in the [Model zoo](
### Requirements
-
Linux (tested on Ubuntu 16.04 and CentOS 7.2)
-
Python
2.7+ or
3.4+
-
Python 3.4+
-
PyTorch 0.4.1 and torchvision
-
OpenCV
-
Cython
-
[
mmcv
](
https://github.com/open-mmlab/mmcv
)
> Note: Though mmdetection is compatible with Python 2/3, python 3 is recommended and we do not promise future support for Python 2.
### Install mmdetection
a. Install PyTorch 0.4.1 and torchvision following the
[
official instructions
](
https://pytorch.org/
)
.
...
...
@@ -63,6 +61,7 @@ c. Compile cuda extensions.
```
shell
cd
mmdetection
pip
install
cython
# or "conda install cython" if you prefer conda
./compile.sh
# or "PYTHON=python3 ./compile.sh" if you use system python3 without virtual environments
```
...
...
@@ -94,6 +93,9 @@ mmdetection
```
> [Here](https://gist.github.com/hellock/bf23cd7348c727d69d48682cb6909047) is
a script for setting up mmdetection with conda for reference.
## Inference with pretrained models
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment