Code Monkey home page Code Monkey logo

Comments (10)

wjydou avatar wjydou commented on July 18, 2024

And run the train_ggcnn.py of dataset jacquard.Then have the error
Traceback (most recent call last):
File "/ggcnn/train_ggcnn.py", line 269, in
run()
File "/ggcnn/train_ggcnn.py", line 202, in run
include_depth=args.use_depth, include_rgb=args.use_rgb)
File "/ggcnn/utils/data/jacquard_data.py", line 27, in init
raise FileNotFoundError('No dataset files found. Check path: {}'.format(file_path))
FileNotFoundError: No dataset files found. Check path: /data/jacquard

from ggcnn.

dougsm avatar dougsm commented on July 18, 2024

Hi,
Can you post the whole command that you are running? It looks like you are not passing in or passing in incorrectly the dataset type and path arguments.

from ggcnn.

wjydou avatar wjydou commented on July 18, 2024

@dougsm l run in the pycharm,and gave the path of dataset .Then,the result is as shown above

from ggcnn.

dougsm avatar dougsm commented on July 18, 2024

Is the path definitely correct? Is it definitely /data/jacquard and not data/jacquard?

from ggcnn.

WuXingrui avatar WuXingrui commented on July 18, 2024

@wjydou You can try to delete '*' in the 22nd line of jacquard_data.py which is in utils/data/

from ggcnn.

wjydou avatar wjydou commented on July 18, 2024

@WuXingrui Thanks for you,I had delete '*' in the 22nd line of jacquard_data.py which is in utils/data/,but it is also useless.

from ggcnn.

dougsm avatar dougsm commented on July 18, 2024

Hello, did you resolve this issue?
I did notice that the instructions may have been ambiguous. The expected path format for the cornell dataset is that the 01, 02, 03, etc folders are still in the structure. I have updated the readme.

from ggcnn.

wjydou avatar wjydou commented on July 18, 2024

@dougsm Thanks!

from ggcnn.

seivazi avatar seivazi commented on July 18, 2024

Hello, did you resolve this issue?
I did notice that the instructions may have been ambiguous. The expected path format for the cornell dataset is that the 01, 02, 03, etc folders are still in the structure. I have updated the readme.

@dougsm I don't understand above very well. Could you explain it one more time?
Let's say I have cornell_dataset folder then as sub-folders I should have 01,02,03,... am I right? For train then I should provide the path to ./cornell_dataset/
Do you load each sub-folder during train? or should I have only one folder e.g.01 with all images inside

from ggcnn.

dougsm avatar dougsm commented on July 18, 2024

Yes, that's right, the directory should contain the 01, 02, etc subdirectories. Judging by the line that loads the files, every subfolder is loaded:

graspf = glob.glob(os.path.join(file_path, '*', 'pcd*cpos.txt'))

from ggcnn.

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.