GithubHelp home page GithubHelp logo

mvc's Introduction

MVP-N: A Dataset and Benchmark for Real-World Multi-View Object Classification (NeurIPS 2022)

Setup

Step 1: Get repository

https://github.com/RuiyuM/MVC.git
cd MVC

Dataset Preparation make sure the dataset name is: modelnet40v2png_ori4

Step 1: Download the ModelNet40 dataset (20 view setting) and extract it to the current folder:

wget https://data.airc.aist.go.jp/kanezaki.asako/data/modelnet40v2png_ori4.tar
tar -xvf modelnet40v2png_ori4.tar

Step 2: Place data.zip in this repository Step 3: Unzip data.zip

unzip data.zip

feature aggregation QUERIES_STRATEGY = ['dissimilarity_sampling', 'uncertainty', 'random', 'patch_based_selection']

CUDA_VISIBLE_DEVICES=3 nohup python main_multi_view.py -MV_FLAG=TRAIN -MV_TYPE=MVT -QUERIES_STRATEGY=patch_based_selection -DATA_SET=MVP_N -Optimizer_selection=SGD -Query_batch=2 -initial_images=5 > patch_2_MVP_N_160_validation.log &
CUDA_VISIBLE_DEVICES=3 nohup python main_multi_view.py -MV_FLAG=TRAIN -MV_TYPE=MVT -QUERIES_STRATEGY=reverse_patch_based_selection -DATA_SET=MVP_N -Optimizer_selection=SGD -Query_batch=2 -initial_images=5 > reverse_2_MVP_N_160_validation.log &
CUDA_VISIBLE_DEVICES=3 nohup python main_multi_view.py -MV_FLAG=TRAIN -MV_TYPE=MVT -QUERIES_STRATEGY=random -DATA_SET=MVP_N -Optimizer_selection=SGD -Query_batch=2 -initial_images=5 > random_2_MVP_N_160_validation.log &

mvc's People

Contributors

ruiyum avatar smnuresearch avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.