DeepCAD icon indicating copy to clipboard operation
DeepCAD copied to clipboard

h5格式无法可视化

Open hanyong-max opened this issue 2 years ago • 1 comments

(DeepCAD) D:\DeepCAD-master\utils>python export2step.py --src ../data/cad_vec/0000 --form h5 ../data/cad_vec/0000\00000007.h5 Traceback (most recent call last): File "export2step.py", line 38, in out_vec = fp["out_vec"][:].astype(np.float) File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "D:\Anaconda3\envs\DeepCAD\lib\site-packages\h5py_hl\group.py", line 328, in getitem oid = h5o.open(self.id, self._e(name), lapl=self._lapl) File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py\h5o.pyx", line 190, in h5py.h5o.open KeyError: "Unable to open object (object 'out_vec' doesn't exist)"

hanyong-max avatar Nov 13 '23 01:11 hanyong-max