摘要:
import numpy as np def get_data(count): filename = f"./data/pcds/{count}.npz" data1 = np.load(filename) coor1 = data1["coordinates"] strength1 = data1 阅读全文
posted @ 2023-03-11 00:01
l2f
阅读(210)
评论(0)
推荐(0)
Lequan Yu, Xianzhi Li, Chi-Wing Fu, Daniel Cohen-Or, Pheng-Ann Heng; "PU-Net: Point Cloud Upsampling Network" Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018, pp. 2790-2799 阅读全文
Unsupervised Learning of Probably Symmetric Deformable 3D Objects from Images in the Wild 阅读全文