Lwy

Results 7 issues of Lwy

is there any progress in releasing code?

i got a problem when building Theiasfm under custom branch. which shows `/home/xxx/TheiaSfM/src/theia/io/write_calibration_test.cc:45:14: error: expected constructor, destructor, or type conversion before ‘(’ token 45 | DEFINE_string(json_file, "io/write_calibration_test.json", | ^ /home/xxx/TheiaSfM/src/theia/io/read_calibration_test.cc:43:14:...

Hello ,thans for your implementation! Your code have many comments on it, which is helpful when I read it. But I still have trouble understanding "final matrix" here [function write_ourput](https://github.com/ishank-juneja/L1-optimal-paths-Stabilization/blob/master/L1optimal.py#L133)...

Thanks for your excellent code and nice documentations. Could you please offer a simple dataset for testing ? I've tried to collect the data but failed. Thanks!

I try to run generate_dynamic_masks.py and it looks like the segment fileis missing `seg = self.__class__.segment_read(segments_list[i])` 我装了好久的环境,环境已经能在droid-slam上正常运行,也配置了panopticapi-0.1这个包。 我debug了一下,这里越界好像是因为没有加载到segment的数据,但是我并没有找这个数据在哪里。。。 请问一下这里segment应该在哪里生成呢? ``` (droidslam) lwy@lwy-WS:~/research/PVO/tools/datasets$ python generate_dynamic_masks.py ['Scene18', 'Scene20', 'Scene06', 'Scene02', 'Scene01'] cache_path:...

Is it possible to run tensor4d on a random monocular video? it seems like build a custom dataset is relying on "calibration_full.json", but I don't know how to get a...

I set the N_rand to 384 and chunk_size to 512, to make sure it can run on my rtx3090. But the training process is very slow,is there any way to...