Hello,
On the homepage, looks like the example file for 'Features' used 1-indexing, but 0-indexing is what was stated in the description and the original paper.
When checking the corresponding file in the main dataset, I found the correct 0-indexing was indeed used.
Here is a diff showing the discrepancy:
- vert_indices: [2, 192, 193, 194, 195, 196, 197, 2]
+ vert_indices: [1, 191, 192, 193, 194, 195, 196, 1]
where first line was from the homepage, and second from the main dataset. So, might want to replace the file linked in the homepage with the file in the main dataset.
Thank you!
Hello,
On the homepage, looks like the example file for 'Features' used 1-indexing, but 0-indexing is what was stated in the description and the original paper.
When checking the corresponding file in the main dataset, I found the correct 0-indexing was indeed used.
Here is a diff showing the discrepancy:
where first line was from the homepage, and second from the main dataset. So, might want to replace the file linked in the homepage with the file in the main dataset.
Thank you!