-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Config loader adds an extra "./" when inputting file paths #3387
Comments
Please use absolute path |
Hey @Asthestarsfalll thanks for responding I have tried using aboslute path too but it doesnt work
|
Sorry, my bad. |
I see. I understand now that the yaml references another yaml file. I have changed base path to refer correctly. THank you! |
以上回答已经充分解答了问题,如果有新的问题欢迎随时提交issue,或者在此条issue下继续回复~ |
问题确认 Search before asking
请提出你的问题 Please ask your question
I am following the format of this predict.py file for paddleseg found at https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.8/tools/predict.py
I have put my config yaml file in folder called "paddleSeg_files"
another error i got
Why is there additional ./ between the folders? Or other folder paths being inserted between? There is no extra folder in actual fact.
Environment:
Ubuntu 22.04
paddlepaddle_gpu 2.5.0
paddleseg-2.8.0
Python 3.9
CUDA 11.7
Cudnn 7.8
gcc gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
The text was updated successfully, but these errors were encountered: