This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# @Author: hzxie | |
# @Date: 2019-10-07 20:20:08 | |
# @Last Modified by: hzxie | |
# @Last Modified time: 2019-10-07 20:27:23 | |
# @Email: [email protected] | |
import binvox_rw | |
import math | |
import numpy as np |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import pandas as pd | |
from pyntcloud import PyntCloud | |
import binvox_rw | |
cloud = PyntCloud.from_file("test/00000.txt", | |
sep=" ", | |
header=0, |