Skip to content
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

s3dis FileNotFoundError #99

Open
tanmay4269 opened this issue Oct 15, 2024 · 2 comments
Open

s3dis FileNotFoundError #99

tanmay4269 opened this issue Oct 15, 2024 · 2 comments

Comments

@tanmay4269
Copy link

tanmay4269 commented Oct 15, 2024

$ sh scripts/train.sh -g 1 -d s3dis -c semseg-pt-v3m1-0-rpe -n semseg-pt-v3m1-0-rpe
Experiment name: semseg-pt-v3m1-0-rpe
Python interpreter dir: python
Dataset: s3dis
Config: semseg-pt-v3m1-0-rpe
GPU Num: 1
 =========> CREATE EXP DIR <=========
Experiment dir: /home/tvg/3d-seg/Pointcept/exp/s3dis/semseg-pt-v3m1-0-rpe
Loading config in: configs/s3dis/semseg-pt-v3m1-0-rpe.py
Running code in: exp/s3dis/semseg-pt-v3m1-0-rpe/code
 =========> RUN TASK <=========
Traceback (most recent call last):
  File "/home/tvg/3d-seg/Pointcept/exp/s3dis/semseg-pt-v3m1-0-rpe/code/tools/train.py", line 38, in <module>
    main()
  File "/home/tvg/3d-seg/Pointcept/exp/s3dis/semseg-pt-v3m1-0-rpe/code/tools/train.py", line 25, in main
    cfg = default_config_parser(args.config_file, args.options)
  File "/home/tvg/3d-seg/Pointcept/exp/s3dis/semseg-pt-v3m1-0-rpe/code/pointcept/engines/defaults.py", line 115, in default_config_parser
    cfg = Config.fromfile(os.path.join(file_path[:sep], file_path[sep + 1 :]))
  File "/home/tvg/3d-seg/Pointcept/exp/s3dis/semseg-pt-v3m1-0-rpe/code/pointcept/utils/config.py", line 335, in fromfile
    cfg_dict, cfg_text = Config._file2dict(filename, use_predefined_variables)
  File "/home/tvg/3d-seg/Pointcept/exp/s3dis/semseg-pt-v3m1-0-rpe/code/pointcept/utils/config.py", line 181, in _file2dict
    check_file_exist(filename)
  File "/home/tvg/3d-seg/Pointcept/exp/s3dis/semseg-pt-v3m1-0-rpe/code/pointcept/utils/path.py", line 23, in check_file_exist
    raise FileNotFoundError(msg_tmpl.format(filename))
FileNotFoundError: file "/home/tvg/3d-seg/Pointcept/configs/s3dis/semseg/pt-v3m1-0-rpe.py" does not exist

Gives the same error on latest Pointcept commit as well as the one suggested in PTv3 repo: https://github.com/Pointcept/Pointcept/tree/df36980119f4636beb2d02d04ef3b2fec0fddfba

@Gofinge
Copy link
Member

Gofinge commented Oct 15, 2024

Hey, please check if are you using the right version of Pointcept (https://github.com/Pointcept/Pointcept/blob/main/configs/s3dis/semseg-pt-v3m1-1-rpe.py)

@tanmay4269
Copy link
Author

yeah my bad, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants