Giter VIP home page Giter VIP logo

Comments (6)

y0un35 avatar y0un35 commented on September 10, 2024

I've the same issue! also the folder data is in the principal path not inside the folder scripts !

from unet-gan-matting.

Am1n3e avatar Am1n3e commented on September 10, 2024

@usalexsantos @y0un35 thanks for notifying us. I have fixed the issue.
Also, I was not able to try it to see if there is other issue. Can you try it, if it does not solve the issue you can re-open this ticket.

from unet-gan-matting.

usalexsantos avatar usalexsantos commented on September 10, 2024

@aminHatim

This is the issue I get now with the new file.

C:\unet-gan-matting-master>python train.py scripts/data
Traceback (most recent call last):
File "train.py", line 226, in
main(args)
File "train.py", line 69, in main
ids = [[int(i) for i in os.path.splitext(filename)[0].split('_')] for filename in os.listdir(input_path)]
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'scripts/data\input'

from unet-gan-matting.

Am1n3e avatar Am1n3e commented on September 10, 2024

@usalexsantos I see you issue you are running it on windows that is why the path is mess up / vs \. I will see what I can do, but can't promise any thing, unless you want to do a pull request.

from unet-gan-matting.

sanishan avatar sanishan commented on September 10, 2024

@aminHatim

This is the issue I get now with the new file.

C:\unet-gan-matting-master>python train.py scripts/data
Traceback (most recent call last):
File "train.py", line 226, in
main(args)
File "train.py", line 69, in main
ids = [[int(i) for i in os.path.splitext(filename)[0].split('_')] for filename in os.listdir(input_path)]
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'scripts/data\input'

Same issue on CentOs

from unet-gan-matting.

shreshthasarkar avatar shreshthasarkar commented on September 10, 2024

just change it / to \ the problem would be solved.

from unet-gan-matting.

Related Issues (20)

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.