You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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)"
The text was updated successfully, but these errors were encountered:
(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)"
The text was updated successfully, but these errors were encountered: