Closed xiaotiancai899 closed 1 year ago
You can use this "https://github.com/ScanNet/ScanNet.git", or download the ScanNet repo and put it in the path="PATH_TO_SCANNET_GIT_REPO"
这个--git_repo的作用是什么呀
具体的我也不太懂,仅供参考。只是刚好你这个问题我遇到了并想办法解决了,我目前还没能成功呢,唉…… 这是一个Python命令行脚本,用于对Scannet数据集进行预处理。具体命令的组成及含义如下:
python
: 运行Python环境。datasets/preprocessing/scannet_preprocessing.py
:
执行的Python脚本文件路径,这里是对Scannet数据集进行预处理的脚本。preprocess
: 指定对Scannet数据集进行预处理的操作。--data_dir
: 指定Scannet数据集的原始数据路径。--save_dir
: 指定预处理后的数据集存储路径。--git_repo
: Scannet数据集的git仓库路径,用于获取光源和Room2Room的数据。--scannet200
: 是否只处理Scannet
v2数据集中的前200个房间。如果设置为true,则只处理前200个房间的数据;如果设置为false,则处理全部房间的数据。需要将上述命令中的以下部分替换为实际路径:
xiaotiancai899 @.***> 于2023年5月8日周一 16:45写道:
这个--git_repo的作用是什么呀
— Reply to this email directly, view it on GitHub https://github.com/JonasSchult/Mask3D/issues/75#issuecomment-1537980326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN332LF47ZBTHVHPBLWMMQDXFCXDBANCNFSM6AAAAAAXX6AFUU . You are receiving this because you commented.Message ID: @.***>
能给个微信吗 大佬
@monarchdemon 383474218@qq.com 这是我的邮箱 可以把你的微信号发到这个邮箱里吗。
我可是不是额大佬,我就是一个渣渣,已经废了很长时间了,还没搞出来,唉。。。。
xiaotiancai899 @.***> 于2023年5月8日周一 18:57写道:
@monarchdemon https://github.com/monarchdemon @.*** 这是我的邮箱 可以把你的微信号发到这个邮箱里吗。
— Reply to this email directly, view it on GitHub https://github.com/JonasSchult/Mask3D/issues/75#issuecomment-1538174849, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN332LHDXXLWMS73AZB4V5DXFDGS7ANCNFSM6AAAAAAXX6AFUU . You are receiving this because you were mentioned.Message ID: @.***>
@monarchdemon 能给个微信交流一下吗 我跑好久了都没跑出来 心态有点崩
在等等吧,我现在也是焦头烂额。
xiaotiancai899 @.***> 于2023年5月8日周一 18:57写道:
@monarchdemon https://github.com/monarchdemon @.*** 这是我的邮箱 可以把你的微信号发到这个邮箱里吗。
— Reply to this email directly, view it on GitHub https://github.com/JonasSchult/Mask3D/issues/75#issuecomment-1538174849, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN332LHDXXLWMS73AZB4V5DXFDGS7ANCNFSM6AAAAAAXX6AFUU . You are receiving this because you were mentioned.Message ID: @.***>
What is the "--git_repo="PATH_TO_SCANNET_GIT_REPO" \" And how can I get the git_repo?