Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinya7y committed Dec 16, 2021
1 parent 187bca5 commit 03e7b84
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://arxiv.org/abs/2103.14027

## Changelog

- recent:
- 21.12 (Dec. 2021):
- Support [finer scale-wise AP metrics](docs/tutorials/finer_scale_ap.md)
- Add codes for TOOD, ConvMLP, PoolFormer
- Update codes for PyTorch 1.9.0, mmdet 2.17.0, mmcv-full 1.3.13
Expand Down
11 changes: 10 additions & 1 deletion docs/envs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Testing environment

### UniverseNet 21.12 (Dec. 2021)

- Ubuntu 18.04
- Python 3.9
- PyTorch 1.9.0
- CUDA 11.1
- GCC 7.5
- mmcv-full 1.3.13

### UniverseNet 21.09 (Sept. 2021)

- Ubuntu 18.04
Expand Down Expand Up @@ -40,7 +49,7 @@

More details can be found in the conda environment file in this directory.
Installation via `conda env create --file conda_env.yaml` is not supported.
Some modifications (e.g., CUDA version, cocoapi from github) will be needed to do that.
Some modifications (e.g., CUDA version) will be needed to do that.

Versions used for measuring inference time may differ.
Some values are new and others are outdated.
92 changes: 92 additions & 0 deletions docs/envs/conda_env_universenet_2112.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
name: univ2112
channels:
- conda-forge
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_llvm
- ca-certificates=2021.5.30=ha878542_0
- cffi=1.14.6=py39he32792d_0
- cudatoolkit=11.1.1=h6406543_8
- cudatoolkit-dev=11.1.1=py39h3811e60_0
- cudnn=8.2.1.32=h86fa8c9_0
- freetype=2.10.4=h0708190_1
- future=0.18.2=py39hf3d152e_3
- jbig=2.1=h7f98852_2003
- jpeg=9d=h36c2ea0_0
- lcms2=2.12=hddcbb42_0
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- lerc=2.2.1=h9c3ff4c_0
- libblas=3.9.0=11_linux64_mkl
- libcblas=3.9.0=11_linux64_mkl
- libdeflate=1.7=h7f98852_5
- libffi=3.3=h58526e2_2
- libgcc-ng=11.1.0=hc902ee8_8
- libgomp=11.1.0=hc902ee8_8
- liblapack=3.9.0=11_linux64_mkl
- libpng=1.6.37=h21135ba_2
- libprotobuf=3.16.0=h780b84a_0
- libstdcxx-ng=11.1.0=h56837e0_8
- libtiff=4.3.0=hf544144_1
- libwebp-base=1.2.1=h7f98852_0
- llvm-openmp=12.0.1=h4bd325d_1
- lz4-c=1.9.3=h9c3ff4c_1
- magma=2.5.4=ha9b7cf9_2
- mkl=2021.3.0=h726a3e6_557
- nccl=2.10.3.1=h97a9cb7_0
- ncurses=6.2=h58526e2_4
- ninja=1.10.2=h4bd325d_0
- numpy=1.21.2=py39hdbf815f_0
- olefile=0.46=pyh9f0ad1d_1
- openjpeg=2.4.0=hb52868f_1
- openssl=1.1.1l=h7f98852_0
- pillow=8.3.2=py39ha612740_0
- pip=21.2.4=pyhd8ed1ab_0
- pycparser=2.20=pyh9f0ad1d_2
- python=3.9.7=h49503c6_0_cpython
- python_abi=3.9=2_cp39
- pytorch=1.9.0=cuda111py39hc274426_1
- pytorch-gpu=1.9.0=cuda111py39h788eb59_1
- readline=8.1=h46c0cb4_0
- setuptools=58.0.4=py39hf3d152e_0
- sleef=3.5.1=h7f98852_1
- sqlite=3.36.0=h9cd32fc_1
- tbb=2021.3.0=h4bd325d_0
- tk=8.6.11=h27826a3_1
- torchvision=0.10.0=py39cuda111hcd06603_0_cuda
- typing_extensions=3.10.0.0=pyha770c72_0
- tzdata=2021a=he74cb21_1
- wheel=0.37.0=pyhd8ed1ab_1
- xz=5.2.5=h516909a_1
- zlib=1.2.11=h516909a_1010
- zstd=1.5.0=ha95c52a_0
- pip:
- addict==2.4.0
- backports-entry-points-selectable==1.1.0
- cfgv==3.3.1
- cycler==0.10.0
- cython==0.29.24
- distlib==0.3.2
- filelock==3.0.12
- flake8==3.9.2
- identify==2.2.14
- isort==4.3.21
- kiwisolver==1.3.2
- matplotlib==3.4.3
- mccabe==0.6.1
- mmcv-full==1.3.13
- nodeenv==1.6.0
- opencv-python==4.5.3.56
- packaging==21.0
- platformdirs==2.3.0
- pre-commit==2.15.0
- pycocotools==2.0.2
- pycodestyle==2.7.0
- pyflakes==2.3.1
- pyparsing==2.4.7
- python-dateutil==2.8.2
- pyyaml==5.4.1
- six==1.16.0
- terminaltables==3.1.0
- toml==0.10.2
- virtualenv==20.7.2
- yapf==0.31.0
2 changes: 1 addition & 1 deletion docs/tutorials/finer_scale_ap.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bash tools/dist_test.sh ${CONFIG_FILE} ${CHECKPOINT_FILE} ${GPU_NUM} --eval bbox

## Citation

Please cite the following paper. We will update it at a later date.
Please cite the following paper.
https://arxiv.org/abs/2103.14027

```
Expand Down

0 comments on commit 03e7b84

Please sign in to comment.