Pokemon-Zero-Neg

Citation Author(s):
Jiabo
Xu
School of Remote Sensing Information Engineering, Wuhan University, Wuhan 430072, China
Yirui
Zhang
School of Mathematics and Computer Science, Nanchang University, Nanchang 330031, China
Yanni
Zou
School of Mathematics and Computer Science, Nanchang University, Nanchang 330031, China
Peter X
Liu
Department of Systems and Computer Engineering, Carleton University, Ottawa, ON K1S 5B6, Canada
Submitted by:
JiaBo Xu
Last updated:
Sun, 09/03/2023 - 02:09
DOI:
10.21227/qt26-yp32
License:
206 Views
Categories:
Keywords:
0
0 ratings - Please login to submit your rating.

Abstract 

To thoroughly investigate the non-overlapping registration problem, we created our own datasets: Pokemon-Zero for zero overlap and Pokemon-Neg for negative overlap. In this section, we describe the process of dataset creation. 

First, we obtained five Pokemon models: “Charizard”, “Bulbasaur”, “Mew”, “Nidoking”, and “Pikachu”. Using FPS (Farthest Point Sampling) , we sampled each model to obtain 4096 points. Next, we randomly split each downsampled model into two non-overlapping parts and sampled 1024 points from each part to construct sparse point clouds, increasing the difficulty of registration. Finally, we randomly rotated and translated one of the parts to create the source point cloud and ground truth transformation matrix. Since both the second and third steps involve randomness, theoretically, our training set is infinitely large. To remove randomness during testing, we randomly generated 450 pairs of point clouds using this method and stored them as the test set.

Instructions: 

The "dataset.py" can be used to parse this dataset.