nerfstudio-project / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
9.28k stars 1.25k forks source link

Error after trying upload Polycam data in cola #981

Open jesse-lane-ai opened 1 year ago

jesse-lane-ai commented 1 year ago

Describe the bug I run the cell. I select "Upload Polycam Data" as my scene. I pick the zip file. Then I get this error:

/content /content/data/nerfstudio/custom_data

Nov18,4-09PM-poly.zip(application/zip) - 303395409 bytes, last modified: n/a - 0% done

MessageError Traceback (most recent call last) in 13 get_ipython().system('mkdir -p /content/data/nerfstudio/custom_data') 14 get_ipython().run_line_magic('cd', '/content/data/nerfstudio/custom_data/') ---> 15 uploaded = files.upload() 16 dir = os.getcwd() 17 if len(uploaded.keys()) > 1:

3 frames /usr/local/lib/python3.7/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec) 100 reply.get('colab_msg_id') == message_id): 101 if 'error' in reply: --> 102 raise MessageError(reply['error']) 103 return reply.get('data', None) 104

MessageError: RangeError: Maximum call stack size exceeded.

tancik commented 1 year ago

This looks like a colab related error - https://github.com/googlecolab/colabtools/issues/364 Some are suggesting using the upload button - https://stackoverflow.com/questions/53630073/google-colaboratory-import-data-stack-size-exceeded