Closed ozanyetkin closed 8 months ago
Presently, only BuildingNet v0 offers pretrained MinkNet features, which have been trained on the entirety of BuildingNet v0, covering 2,000 building models. For BuildingNet v1, which comprises a subset of v0 containing a total of 1,849 building models, you can access the pretrained MinkNet features (trained specifically on BuildingNet v1) by following the instructions outlined in this guide.
Great, thanks! I will try to extend the dataset for my ongoing research. I will probably share the updates from my forked version of BuildingNet.
Hello and thank you for sharing your great work!
I have faced an issue about the following:
Problem
When the BuildingNet dataset is downloaded by filling out the form, there are several versions available, yet it seems like some models are missing in
pretrained_avgpool_minkownormal_features
.Example
Running the following code as BuildingNet repository suggests:
Throws the following error:
Yet, I have resolved it with a simple script and shared it via this repository.
In case anyone faces the same issue, feel free to use it!