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
OpenDAS
MMCV
Commits
10fa1eea
Unverified
Commit
10fa1eea
authored
Jan 10, 2020
by
Kai Chen
Committed by
GitHub
Jan 10, 2020
Browse files
Add copyright header (#171)
* add copyright header * change # to // for cpp files
parent
da7bb063
Changes
87
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
tests/test_optflow.py
tests/test_optflow.py
+1
-0
tests/test_path.py
tests/test_path.py
+1
-0
tests/test_progressbar.py
tests/test_progressbar.py
+1
-0
tests/test_runner.py
tests/test_runner.py
+1
-0
tests/test_timer.py
tests/test_timer.py
+1
-0
tests/test_video.py
tests/test_video.py
+1
-0
tests/test_visualization.py
tests/test_visualization.py
+1
-0
No files found.
tests/test_optflow.py
View file @
10fa1eea
# Copyright (c) Open-MMLab. All rights reserved.
# flake8: noqa
# flake8: noqa
import
os
import
os
...
...
tests/test_path.py
View file @
10fa1eea
# Copyright (c) Open-MMLab. All rights reserved.
import
os.path
as
osp
import
os.path
as
osp
import
sys
import
sys
from
pathlib
import
Path
from
pathlib
import
Path
...
...
tests/test_progressbar.py
View file @
10fa1eea
# Copyright (c) Open-MMLab. All rights reserved.
import
sys
import
sys
import
time
import
time
...
...
tests/test_runner.py
View file @
10fa1eea
# Copyright (c) Open-MMLab. All rights reserved.
import
os.path
as
osp
import
os.path
as
osp
import
tempfile
import
tempfile
import
warnings
import
warnings
...
...
tests/test_timer.py
View file @
10fa1eea
# Copyright (c) Open-MMLab. All rights reserved.
import
time
import
time
import
pytest
import
pytest
...
...
tests/test_video.py
View file @
10fa1eea
# Copyright (c) Open-MMLab. All rights reserved.
import
os
import
os
import
os.path
as
osp
import
os.path
as
osp
import
tempfile
import
tempfile
...
...
tests/test_visualization.py
View file @
10fa1eea
# Copyright (c) Open-MMLab. All rights reserved.
import
numpy
as
np
import
numpy
as
np
import
pytest
import
pytest
...
...
Prev
1
2
3
4
5
Next
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