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
3e563974
Commit
3e563974
authored
Mar 30, 2019
by
pangjm
Browse files
add instruction for code mofication
parent
edb03937
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
INSTALL.md
INSTALL.md
+12
-0
No files found.
INSTALL.md
View file @
3e563974
...
@@ -60,3 +60,15 @@ mmdetection
...
@@ -60,3 +60,15 @@ mmdetection
### Scripts
### Scripts
Just for reference,
[
Here
](
https://gist.github.com/hellock/bf23cd7348c727d69d48682cb6909047
)
is
Just for reference,
[
Here
](
https://gist.github.com/hellock/bf23cd7348c727d69d48682cb6909047
)
is
a script for setting up mmdetection with conda.
a script for setting up mmdetection with conda.
### Notice
You need to rerun
`python(3) setup.py install`
once you made any modifications to mmdetection.
As alternative approaches, you can also insert following code to the main file
```
python
import
os
,
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
os
.
getcwd
(),
'../'
))
```
or run following command in the terminal of corresponding folder.
```
shell
export
PYTHONPATH
=
`
pwd
`
:
$PYTHONPATH
```
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