Paul Menhart

Results 4 comments of Paul Menhart

For anyone that stumbled across this in the last months: @DavHau cleaned up a lot of the examples recently (42838c590971da17a4b6483962707b7fb7b8b9a7) and as far as i tested it the nodejs examples...

@HelionQc : You should probably open a new issue for your request and mention this one as related. Either way i think the likelihood of someone working on this are...

I have found this to be a big problem when training nerfacto(-big/huge) on various datasets. Colmap poses look good but after the first few iterations the camera poses are considerably...

For anyone looking for a reasonable workaround: You can use `st.code()` on the string representation of the dataframe instead. E.g. ``` st.code("\n".join(df.to_string().split("\n")[1:-1])) ``` This works well as long as the...