MVTN icon indicating copy to clipboard operation
MVTN copied to clipboard

pytorch implementation of the ICCV'21 paper "MVTN: Multi-View Transformation Network for 3D Shape Recognition"

Results 6 MVTN issues
Sort by recently updated
recently updated
newest added

I trained a MVTN model with 100 epochs with the following command, and stopped training after 57 epochs. ``` python run_mvtn.py --data_dir data/ModelNet40/ --run_mode train --mvnetwork mvcnn --epochs 100 --nb_views...

Hellow,Thanks for your nice work,there is a bug: i did not change any parameters ,and run : ``` CUDA_VISIBLE_DEVICES='2' python run_mvtn.py \ --data_dir data/ModelNet40/ \ --run_mode train \ --mvnetwork mvcnn...

AttributeError and performance of MVTN I want to test that 3D shape retrieval mAP 89.2 or higher is measured utilizing MVTN. The following environment was configured and the code published...

Hi, @ajhamdi , When I run the experiment on ShapeNet dataset, a file called [shapenet_split.csv](https://github.com/ajhamdi/MVTN/blob/master/custom_dataset.py#L328) is required. However, I couldn't find it from the ShapeNet website, only a file called...

You know, in China, we can not access files on google drive. Can you share other download links to ModelNet40 and ScanObjectNN? For example, [Baidu NetDisk](https://pan.baidu.com/) has similar function with...

HI ! I am encountering some dependency issues with the current libraries. Would you happen to have a `requirements.txt` file for this project that would allow me to run the...