@titikid
When I run python2 test_mobilenet_ssd_300.py, I got
Traceback (most recent call last):
File "./test_mobilenet_ssd_300.py", line 14, in
import xml_parser
ImportError: No module named xml_parser
Any idea how to install this module?
I tried pip install xml_parser, but not pip is able to find it
Thanks,
@titikid
When I run python2 test_mobilenet_ssd_300.py, I got
Traceback (most recent call last):
File "./test_mobilenet_ssd_300.py", line 14, in
import xml_parser
ImportError: No module named xml_parser
Any idea how to install this module?
I tried pip install xml_parser, but not pip is able to find it
Thanks,