ohhhyeahhh / SiamGAT

Code for the paper "Graph Attention Tracking". (CVPR2021)
https://openaccess.thecvf.com/content/CVPR2021/papers/Guo_Graph_Attention_Tracking_CVPR_2021_paper.pdf
139 stars 19 forks source link

train problem #34

Open 6imust opened 2 years ago

6imust commented 2 years ago

Hello, data sets and processed data sets are not in the code   The specific errors are as follows  

(GAT) @.***:/workspace/SiamGAT-main/tools# python3 train.py [2022-03-15 00:55:47,136-rk0-train.py#271] init done Traceback (most recent call last):   File "train.py", line 332, in <module>     main()   File "train.py", line 274, in main     cfg.merge_from_file(args.cfg)   File "/root/anaconda3/envs/GAT/lib/python3.6/site-packages/yacs/config.py", line 212, in merge_from_file     cfg = self.load_cfg(f)   File "/root/anaconda3/envs/GAT/lib/python3.6/site-packages/yacs/config.py", line 363, in load_cfg     return cls._load_cfg_from_file(cfg_file_obj_or_str)   File "/root/anaconda3/envs/GAT/lib/python3.6/site-packages/yacs/config.py", line 372, in _load_cfg_from_file     return cls._load_cfg_from_yaml_str(file_obj.read())   File "/root/anaconda3/envs/GAT/lib/python3.6/encodings/ascii.py", line 26, in decode     return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 755: ordinal not in [range(128)]

thank you very much for your help