├── .gitmodules ├── LICENSE ├── MVPNet └── split │ ├── train.json │ └── val.json ├── README.md ├── assets └── teaser_ori.png ├── download_tool.zip └── mvimgnet_category.txt /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/LICENSE -------------------------------------------------------------------------------- /MVPNet/split/train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/MVPNet/split/train.json -------------------------------------------------------------------------------- /MVPNet/split/val.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/MVPNet/split/val.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/README.md -------------------------------------------------------------------------------- /assets/teaser_ori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/assets/teaser_ori.png -------------------------------------------------------------------------------- /download_tool.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/download_tool.zip -------------------------------------------------------------------------------- /mvimgnet_category.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAP-LAB-CUHK-SZ/MVImgNet/HEAD/mvimgnet_category.txt --------------------------------------------------------------------------------