park-sungjoon

Results 4 comments of park-sungjoon

I had the same problem and the fix is quite simple. The problem is with the name of the keys: remove 'module.' You can run the following simple code to...

Thanks for the reply. Yes, I checked the configuration file (s1.py and base.py); I was referring to: ``` if __name__ == "__main__": cfg = get_config('configs/s1.py') cfg.task = 0 cfg.input_size =...

@zhaozhongch Yes, I think it's basically the same issue. Actually, I asked this question [here](https://github.com/cdcseacave/openMVS/issues/989) According to cdcseacave, > Once that is done, you do not have to do anything...

I wasn't aware of the tutorial code, but yes, you can use sfm_data.json as input. I'm basically calling ``` openMVG_main_SfMInit_ImageListing -i images/ -o matches/ -k "f;0;ox;0;f;oy;0;0;1" openMVG_main_ComputeFeatures -i matches/sfm_data.json -o...