Pointcept / PointTransformerV3

[CVPR'24 Oral] Official repository of Point Transformer V3 (PTv3)
MIT License
771 stars 45 forks source link

s3dis FileNotFoundError #99

Open tanmay4269 opened 1 week ago

tanmay4269 commented 1 week ago
$ 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 commented 1 week ago

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 commented 1 week ago

yeah my bad, thanks!