Giter Club home page Giter Club logo

Comments (9)

nehruperumalla avatar nehruperumalla commented on August 14, 2024 1

These commands are not working on my machine. I guess Windows/WSL is the problem. I will try to do the whole thing on a separate Linux machine and I will let you know.

from xview2_baseline.

deg4uss3r avatar deg4uss3r commented on August 14, 2024

Thanks for your kind email and issue @nehruperumalla, I am no longer with the research team and work in a different field now; however, let's see if I can help, can you send how your /xBD/ directory looks?

# tree -L 3 /xBD/ should do it.

from xview2_baseline.

nehruperumalla avatar nehruperumalla commented on August 14, 2024

Thank you for your response. This is the structure of xBD folder

image

from xview2_baseline.

deg4uss3r avatar deg4uss3r commented on August 14, 2024

Is this a writable drive? Everything in there looks correct from the first glance; however, I don't see the spacenet_gt folder it should create.

Run data_finalize.sh again with your systems specific options but then immediately after run # echo $? so we can tell what code the script finished with, it might be looking for a specific program that's not on your system.

from xview2_baseline.

nehruperumalla avatar nehruperumalla commented on August 14, 2024

Yes, it is a writable drive.

I am currently working on a Windows machine with WSL installed. I ran the following command echo %ERRORLEVEL%, which is a Windows equivalent. I got code 9009 as the output.

from xview2_baseline.

deg4uss3r avatar deg4uss3r commented on August 14, 2024

Looks like 9009 is a Windows error stating a program doesn't exist. Do you have bc installed on WSL?

This is probably a batch (.bat, .cmd). A program called in the batch was not found, and Windows sets the %errorlevel% to 9009. Connect Direct will always return the current return code from a Run Task

from xview2_baseline.

nehruperumalla avatar nehruperumalla commented on August 14, 2024

I have installed it and again I ran the command still the same issue persists.

from xview2_baseline.

deg4uss3r avatar deg4uss3r commented on August 14, 2024

Hey @nehruperumalla I'm going to need more information to be helpful could you confirm you have the following commands accessible from the same shell you run the data_finalize.sh script?

  • bc
  • awk
  • /bin/ls
  • python
  • wc
  • split
  • mkdir
  • cat
  • cp
  • touch
  • mv
  • rm

Sorry this is a bit verbose but I do not have a Windows system and have never worked with WSL. I am guessing it might be the reference to /bin/ls judging from the directory state and the quick exit.

from xview2_baseline.

nehruperumalla avatar nehruperumalla commented on August 14, 2024

Issue got fixed when I used linux machine. Thank you for your support.

I have raised another issue that I am facing while training spacenet model. It would be great if you could help me there.

from xview2_baseline.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.