You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
I found this on line 275-276 of the createDataSpaceNet.py script: for aoiSubDir in listOfAOIs: fullPathSubDir = os.path.join(srcSpaceNetDirectory, aoiSubDir)
Where listOfAOIs is defined on line 251 as: listOfAOIs = [srcSpaceNetDirectory]
This appears to be a mistake in the code, but maybe I'm doing something wrong in the command line call?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running this:
python ./utilities/python/createDataSpaceNet.py AOI_2_Vegas_Train --srcImageryDirectory RGB-PanSharpen --annotationType DARKNET --outputFileType JPEG
Returns this...
fullpathImageDirectory = AOI_2_Vegas_Train/AOI_2_Vegas_Train/RGB-PanSharpen
I found this on line 275-276 of the createDataSpaceNet.py script:
for aoiSubDir in listOfAOIs: fullPathSubDir = os.path.join(srcSpaceNetDirectory, aoiSubDir)
Where
listOfAOIs
is defined on line 251 as:listOfAOIs = [srcSpaceNetDirectory]
This appears to be a mistake in the code, but maybe I'm doing something wrong in the command line call?
The text was updated successfully, but these errors were encountered: