Open LALIT-SHARMA27 opened 3 months ago
Apologies for the confusion. The softflow.networks module was only used in the early scripts and not in the final scripts. I have deleted the old scripts that used it (train.py
and train_triplet.py
). You can use the final scripts: train_triplet_3dv.py
and train_triplet_view_2d.py
.
Hii, in your dataset one file is missing val_shape.txt please look into this.
Initially, I used val.txt
in the published dataset, which only includes 101 chair models from ShapeNetCore. Later, to make the validation more reliable, I added chair shapes from ModelNet10, resulting in a new list file, val_shape.txt
. Therefore, val_shape.txt
contains many more chair model names from ModelNet10 compared to val.txt
. You can choose which one to use based on your needs. I have uploaded all the list files, including val_shape.txt
, here. Additionally, the required chair shapes from ModelNet10 can be downloaded from this link.
Hii,As i am following your paper and try to implement it. Can you tell me how should i install this "softflow.networks" its present nowhere on internet because it causing error.