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

Training the problem #33

Closed 6imust closed 2 years ago

6imust commented 2 years ago

Hello, I would like to ask how to solve the following problem encountered in the training

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 755: ordinal not in range(128)

Capricorn231 commented 2 years ago

Please provide us with the complete error message and related error codes. Based on the above information, we cannot locate the problem.

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

------------------ 原始邮件 ------------------ 发件人: "ohhhyeahhh/SiamGAT" @.>; 发送时间: 2022年3月14日(星期一) 下午3:12 @.>; @.**@.>; 主题: Re: [ohhhyeahhh/SiamGAT] Training the problem (Issue #33)

Please provide us with the complete error message and related error codes. Based on the above information, we cannot locate the problem.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

从QQ邮箱发来的超大附件

SiamGAT.zip (112.59M, 2022年04月14日 09:22 到期)进入下载页面:http://mail.qq.com/cgi-bin/ftnExs_download?t=exs_ftn_download&k=793664619fb197cd76d554071e31531a5d5206585c00580614555057091c55020c5749000b0005180f5701555e0400030d570105383a61665057092679654f4f5046645c&code=96da81a5

6imust commented 2 years ago

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

(GAT) root@19aeae92d876:/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 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)])]