Filippo Cavallari

Results 10 comments of Filippo Cavallari

I know, but I'm getting it when switching between servers too

I already tried adding the following code to my Podfile: ```swift installer.target_installation_results.pod_target_installation_results.each do |pod_name, target_installation_result| target_installation_result.native_target.build_configurations.each do |config| # For third party modules who have React-bridging dependency to search correct...

Having the same issue, the same dataset used to work fine until today, now it started to give this error, using default parameters with splatfacto

Everytime it starts it downloads some weights for pytorch: have those been changed and are them causing the issue?

I was already processing the images using ns-process-data, but those parameters where missing, they were only availble using ns-train. I used comlmap2nerf script in the past but I was hoping...

Clone the repo locally and import the module from there, probably the pip package doesn't have the quora module. If you are using colab: ``` !git clone https://github.com/xtekky/gpt4free.git %cd gpt4free/...

What's the actual purpose of ns-train splatfacto colmap tought? Cause the processing is done through ns-process-data and the train with ns-train splatfacto --data etc. I can't understand how does it...

@jb-ye Ok but here's the thing: ns-process-data creates a colmap project and converts it to nerfstudio format. It lacks the orientation method parameter, resulting in the final model being slighty...