doc-analysis / TableBank

TableBank: A Benchmark Dataset for Table Detection and Recognition
Apache License 2.0
987 stars 139 forks source link

Getting this error : yaml.reader.ReaderError #8

Closed anshumankmr closed 5 years ago

anshumankmr commented 5 years ago

Traceback (most recent call last): File "tools/infer_simple.py", line 185, in main(args) File "tools/infer_simple.py", line 125, in main merge_cfg_from_file(args.cfg) File "/home/anshuman/detectron/detectron/core/config.py", line 1148, in merge_cfg_from_file yaml_cfg = AttrDict(load_cfg(f)) File "/home/anshuman/detectron/detectron/core/config.py", line 1142, in load_cfg return envu.yaml_load(cfg_to_load) File "/home/anshuman/Downloads/envs/myenv/lib/python3.7/site-packages/yaml/init.py", line 70, in load loader = Loader(stream) File "/home/anshuman/Downloads/envs/myenv/lib/python3.7/site-packages/yaml/loader.py", line 34, in init Reader.init(self, stream) File "/home/anshuman/Downloads/envs/myenv/lib/python3.7/site-packages/yaml/reader.py", line 74, in init self.check_printable(stream) File "/home/anshuman/Downloads/envs/myenv/lib/python3.7/site-packages/yaml/reader.py", line 144, in check_printable 'unicode', "special characters are not allowed") yaml.reader.ReaderError: unacceptable character #x0002: special characters are not allowed in "", position 0