lx-onism / data-agumentation-and-dataset-prodution-to-VOC--for-object-detection

Here is a set of commonly used and more systematic data enhancement methods.
MIT License
1 stars 1 forks source link

preprocessing.xml_h #1

Open molyswu opened 4 years ago

molyswu commented 4 years ago

Try to python data_aug.py File "data_aug.py", line 26, in from preprocessing.xml_h import *

pip install preprocessing
it's same issee. Thanks

lx-onism commented 4 years ago

it's an issue about path. preprocessing is a folder in the program.Make sure you set the correct path.

---Original--- From: "molyswu"<notifications@github.com> Date: Fri, Jan 10, 2020 09:54 AM To: "lx-onism/data-agumentation-and-dataset-prodution-to-VOC--for-object-detection"<data-agumentation-and-dataset-prodution-to-VOC--for-object-detection@noreply.github.com>; Cc: "Subscribed"<subscribed@noreply.github.com>; Subject: [lx-onism/data-agumentation-and-dataset-prodution-to-VOC--for-object-detection] preprocessing.xml_h (#1)

Try to python data_aug.py File "data_aug.py", line 26, in from preprocessing.xml_h import *

pip install preprocessing it's same issee. Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

molyswu commented 4 years ago

from preprocessing.xml_h import change to from preprocessing import impoort lxml