zhiyuanyou / SAFECount

[WACV 2023] Few-shot Object Counting with Similarity-Aware Feature Enhancement
Other
124 stars 22 forks source link

A question #10

Closed Lay-best closed 1 year ago

Lay-best commented 1 year ago

When I run the file train_val.py, but I meet a error below .How I resolve it? `Traceback (most recent call last): File "E:\python code\SAFECount-main\tools\train_val.py", line 325, in main() File "E:\python code\SAFECount-main\tools\train_val.py", line 43, in main with open(args.config) as f: FileNotFoundError: [Errno 2] No such file or directory: './config.yaml'

Process finished with exit code 1`

zhiyuanyou commented 1 year ago