Seongjun Choi

Results 13 comments of Seongjun Choi

ah,,,,, using costom LeNet-5 architecture

No... not yet.. 2020년 9월 9일 (수) 오전 12:31, mengniwang95 님이 작성: > [image: image] > > [image: image] > > When I tried to execute evaluate.py, I've got error...

Don't understand it.. Can you capture the modified part and show me? 2020년 9월 9일 (수) 오전 12:35, mengniwang95 님이 작성: > No... not yet.. 2020년 9월 9일 (수) 오전...

@mengniwang95 thanks you for your advice!! ^^

I got a same issue. Did you solve it?

Solved it! Modify visualize.py as shown below. ``` imageio.mimwrite(path.join(config.log_dir, "video.mp4"), rgb_frames, fps=30, quality=5, codec="h264") if config.visualize_depth: imageio.mimwrite(path.join(config.log_dir, "depth.mp4"), depth_frames, fps=30, quality=5, codec="h264") if config.visualize_normals: imageio.mimwrite(path.join(config.log_dir, "normals.mp4"), normal_frames, fps=30, quality=5, codec="h264")...

Here is a test code. First of all, You have to ready for mmdetection Environment Then modify datapath(datset, sub(coco format)) of the below code. ### test code ``` python import...

I have a same issue, when I ns-viewer mipnerf model config.yml ``` $ ns-viewer --load-config outputs/headset_alphabg/mipnerf/2024-04-06_064554/config.yml ... Traceback (most recent call last): File "/home/csj000714/miniconda3/envs/nerfstudio/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File...

Thank you for your quick reply. I sent you PR. Please check it. See #767

I got a same problem. Is there any solution?