nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

fix colab stop rendering issues, handle dependencies

Open aliabusaleh opened this issue 7 months ago • 6 comments

In this version,

It handled the issue of stopping rendering after a few seconds on Colab

added another dependency and fix the train by removing the ports (it's default)

#2328 #2283 #2644 #2328

aliabusaleh avatar Dec 04 '23 00:12 aliabusaleh

would it be possible to take a look on this since it fixes the dependencies issues in colab? @akristoffersen

aliabusaleh avatar Dec 06 '23 22:12 aliabusaleh

Hi! Thanks for looking into this. I wasn't able to get the viewer working with your changes. I see this in url.txt

your url is: https://thick-bats-flash.loca.lt /tools/node/lib/node_modules/localtunnel/bin/lt.js:81 throw err; ^

Error: connection refused: localtunnel.me:46451 (check your firewall settings) at Socket. (/tools/node/lib/node_modules/localtunnel/lib/TunnelCluster.js:52:11) at Socket.emit (events.js:315:20) at emitErrorNT (internal/streams/destroy.js:106:8) at emitErrorCloseNT (internal/streams/destroy.js:74:3) at processTicksAndRejections (internal/process/task_queues.js:80:21)

Were you able to see the viewer?

akristoffersen avatar Dec 11 '23 03:12 akristoffersen

Hi! Thanks for looking into this. I wasn't able to get the viewer working with your changes. I see this in url.txt

your url is: https://thick-bats-flash.loca.lt /tools/node/lib/node_modules/localtunnel/bin/lt.js:81 throw err; ^ Error: connection refused: localtunnel.me:46451 (check your firewall settings) at Socket. (/tools/node/lib/node_modules/localtunnel/lib/TunnelCluster.js:52:11) at Socket.emit (events.js:315:20) at emitErrorNT (internal/streams/destroy.js:106:8) at emitErrorCloseNT (internal/streams/destroy.js:74:3) at processTicksAndRejections (internal/process/task_queues.js:80:21)

Were you able to see the

Hi!, Yes the viewer is working fine for me.

Could you please full stack trace? And try to rerun it again?

aliabusaleh avatar Dec 11 '23 05:12 aliabusaleh

#2688 is probably related to this

dlazares avatar Dec 18 '23 04:12 dlazares

@dlazares the render issues exist on this fix?

aliabusaleh avatar Dec 20 '23 09:12 aliabusaleh

@aliabusaleh sorry thought this was the issue for the PR. Haven't tried the PR but hopefully would fix it for Gaussian splatting too since it seems like a more general issue

dlazares avatar Dec 20 '23 16:12 dlazares