Datasets:

ArXiv:
License:
HaoranG's picture
[add] franka with shadow hand
b8cf3e6
raw
history blame
90 Bytes
from pyassimp import *
scene = load('F2.dae')
print('loading the scene')
release(scene)