-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coarse_segmentationgui.tar #63
Comments
你好,这里看上去只是文件名错误,请查看./logs/llff\fern\这个文件夹找到对应的tar文件。在我印象里这个文件不是这样命名的,你是否修改了代码中的某些内容呢? |
感谢你的回复,我并没有修改过代码,./logs/llff\fern\这个文件夹里只有命名为final , 02000, 01000 这三个tar文件,抱歉详细的名称我没记清,那台电脑不在我手边。 |
能否提供下你之前使用的具体脚本,指令等,目前这些信息我们没办法debug |
我用的时llff的fern数据 运行python run_seg_gui.py --config=configs/llff/seg/seg_fern.py --segment --sp_name=_gui --num_prompts=20 --render_opt=train --save_ckpt指令如下: (3d) E:\SA3D\SegmentAnythingin3D>python run_seg_gui.py --config=configs/llff/seg/seg_fern.py --segment --sp_name=_gui --num_prompts=20 --render_opt=train --save_ckpt 2024-03-29 10:15:43,236 - INFO - Dash is running on http://127.0.0.1:8050/
|
|
Seems that the segmentation process is not conducted, otherwise there will be |
您好,不好意思又叨扰您了!
当我要按照readme执行run SA3D in GUI的代码时,提示我FileNotFoundError: [Errno 2] No such file or directory: './logs/llff\fern\coarse_segmentationgui.tar'。
2024-03-28 08:52:06,483 - INFO - Dash is running on http://127.0.0.1:8050/
2024-03-28 08:52:06,493 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
2024-03-28 08:52:06,495 - INFO - Press CTRL+C to quit
train: coarse segmentation in 00:01:01
train: finish (eps time 00:01:03 )
Rendering with ckpt ./logs/llff\fern\coarse_segmentationgui.tar
Traceback (most recent call last):
File "E:\SA3D\SegmentAnythingin3D\run_seg_gui.py", line 119, in
model, optimizer, start = utils.load_existed_model(args, cfg, cfg.fine_train, ckpt_path, device)
File "E:\SA3D\SegmentAnythingin3D\lib\utils.py", line 75, in load_existed_model
model = load_model(model_class, reload_ckpt_path).to(device)
File "E:\SA3D\SegmentAnythingin3D\lib\utils.py", line 205, in load_model
ckpt = torch.load(ckpt_path)
File "E:\Anaconda\envs\3d\lib\site-packages\torch\serialization.py", line 986, in load
with _open_file_like(f, 'rb') as opened_file:
File "E:\Anaconda\envs\3d\lib\site-packages\torch\serialization.py", line 435, in _open_file_like
return _open_file(name_or_buffer, mode)
File "E:\Anaconda\envs\3d\lib\site-packages\torch\serialization.py", line 416, in init
super().init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: './logs/llff\fern\coarse_segmentationgui.tar'
请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered: