Rowl1ng / Fine-Grained_VR_Sketching

Code and data for paper Fine-Grained VR Sketching: Dataset and Insights.
14 stars 1 forks source link

library issue #1

Open LALIT-SHARMA27 opened 3 months ago

LALIT-SHARMA27 commented 3 months ago

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.

Rowl1ng commented 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.

LALIT-SHARMA27 commented 3 months ago

Hii, in your dataset one file is missing val_shape.txt please look into this.

Rowl1ng commented 3 months ago

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.