UX-Decoder / Segment-Everything-Everywhere-All-At-Once

[NeurIPS 2023] Official implementation of the paper "Segment Everything Everywhere All at Once"
Apache License 2.0
4.31k stars 382 forks source link

There are unclosed tags in the XML file #93

Open EricZavier opened 10 months ago

EricZavier commented 10 months ago

File "/public/home/acoqh58ab2/miniconda3/envs/torch1.13_py38_dtk23.10/lib/python3.8/site-packages/nltk/downloader.py", line 952, in _update_index ElementTree.parse(urlopen(self._url)).getroot() File "/public/home/acoqh58ab2/miniconda3/envs/torch1.13_py38_dtk23.10/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse tree.parse(source, parser) File "/public/home/acoqh58ab2/miniconda3/envs/torch1.13_py38_dtk23.10/lib/python3.8/xml/etree/ElementTree.py", line 595, in parse self._root = parser._parse_whole(source) xml.etree.ElementTree.ParseError: unclosed token: line 83, column 4

MaureenZOU commented 8 months ago

Sorry, I never meet with this bug before, it may caused by nltk version problem.