Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinya7y committed Oct 26, 2020
1 parent 8f2ddff commit 93bf69f
Showing 3 changed files with 112 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,8 @@ Concepts:

## Changelog

- master
- 20.10 (Oct. 2020):
- Add variants of UniverseNet 20.08
- Update and fix codes for PyTorch 1.6.0, mmdet 2.4.0, mmcv-full 1.1.2
- 20.08 (Aug. 2020): **UniverseNet 20.08**
- Improve usage of batchnorm
@@ -30,7 +31,7 @@ Concepts:
- [x] [UniverseNet](configs/universenet/)
- [x] SEPC
- [x] ATSS+SEPC, GFL+SEPC
- [x] Test-time augmentation for ATSS and GFL
- [x] ~~Test-time augmentation for ATSS and GFL~~ [merged](https://github.com/open-mmlab/mmdetection/commits?author=shinya7y)
- [x] [Classification weights rearrangement](tools/rearrange_weights.py)
- [x] [Waymo Open Dataset](mmdet/datasets/waymo_open.py)
- [x] [Waymo Open Dataset configs](configs/waymo_open/)
2 changes: 1 addition & 1 deletion docs/envs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Testing environment

### master
### UniverseNet 20.10 (Oct. 2020)

- Ubuntu 18.04
- Python 3.7
108 changes: 108 additions & 0 deletions docs/envs/conda_env_universenet_2010.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
name: univ2010
channels:
- pytorch
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- blas=1.0=mkl
- ca-certificates=2020.7.22=0
- certifi=2020.6.20=py37_0
- cudatoolkit=10.1.243=h6bb024c_0
- cycler=0.10.0=py37_0
- cython=0.29.21=py37he6710b0_0
- dbus=1.13.16=hb2f20db_0
- expat=2.2.9=he6710b0_2
- flake8=3.8.3=py_0
- fontconfig=2.13.0=h9420a91_0
- freetype=2.10.2=h5ab3b9f_0
- glib=2.65.0=h3eb4bd4_0
- gst-plugins-base=1.14.0=hbbd80ab_1
- gstreamer=1.14.0=hb31296c_0
- icu=58.2=he6710b0_3
- importlib-metadata=1.7.0=py37_0
- intel-openmp=2020.2=254
- isort=4.3.21=py37_0
- jpeg=9b=h024ee3a_2
- kiwisolver=1.2.0=py37hfd86e86_0
- lcms2=2.11=h396b838_0
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20191231=h14c3975_1
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libpng=1.6.37=hbc83047_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- libtiff=4.1.0=h2733197_1
- libuuid=1.0.3=h1bed415_2
- libxcb=1.14=h7b6447c_0
- libxml2=2.9.10=he19cac6_1
- lz4-c=1.9.2=he6710b0_1
- matplotlib=3.3.1=0
- matplotlib-base=3.3.1=py37h817c723_0
- mccabe=0.6.1=py37_1
- mkl=2020.2=256
- mkl-service=2.3.0=py37he904b0f_0
- mkl_fft=1.1.0=py37h23d657b_0
- mkl_random=1.1.1=py37h0573a6f_0
- ncurses=6.2=he6710b0_1
- ninja=1.10.1=py37hfd86e86_0
- numpy=1.19.1=py37hbc911f0_0
- numpy-base=1.19.1=py37hfa32c7d_0
- olefile=0.46=py37_0
- openssl=1.1.1g=h7b6447c_0
- pcre=8.44=he6710b0_0
- pillow=7.2.0=py37hb39fc2d_0
- pip=20.2.2=py37_0
- pycodestyle=2.6.0=py_0
- pyflakes=2.2.0=py_0
- pyparsing=2.4.7=py_0
- pyqt=5.9.2=py37h05f1152_2
- python=3.7.9=h7579374_0
- python-dateutil=2.8.1=py_0
- pytorch=1.6.0=py3.7_cuda10.1.243_cudnn7.6.3_0
- qt=5.9.7=h5867ecd_1
- readline=8.0=h7b6447c_0
- rope=0.17.0=py_0
- setuptools=49.6.0=py37_0
- sip=4.19.8=py37hf484d3e_0
- six=1.15.0=py_0
- sqlite=3.33.0=h62c20be_0
- tk=8.6.10=hbc83047_0
- torchvision=0.7.0=py37_cu101
- tornado=6.0.4=py37h7b6447c_1
- wheel=0.35.1=py_0
- xz=5.2.5=h7b6447c_0
- yapf=0.30.0=py_0
- zipp=3.1.0=py_0
- zlib=1.2.11=h7b6447c_3
- zstd=1.4.5=h9ceee32_0
- pip:
- addict==2.2.1
- appdirs==1.4.4
- asynctest==0.13.0
- attrs==20.2.0
- cfgv==3.2.0
- cityscapesscripts==2.0.0
- coloredlogs==14.0
- distlib==0.3.1
- filelock==3.0.12
- humanfriendly==8.2
- identify==1.5.2
- iniconfig==1.0.1
- mmcv-full==1.1.2
- mmpycocotools==12.0.2
- more-itertools==8.5.0
- nodeenv==1.5.0
- opencv-python==4.4.0.42
- packaging==20.4
- pluggy==0.13.1
- pre-commit==2.7.1
- py==1.9.0
- pyquaternion==0.9.5
- pytest==6.0.2
- pyyaml==5.3.1
- terminaltables==3.1.0
- toml==0.10.1
- tqdm==4.48.2
- typing==3.7.4.3
- virtualenv==20.0.31
- xdoctest==0.15.0

0 comments on commit 93bf69f

Please sign in to comment.