Giter VIP home page Giter VIP logo

Comments (8)

tano297 avatar tano297 commented on June 19, 2024

Can you share your setup? Python version, Linux version, command you run, etc.

from lidar-bonnetal.

windtries avatar windtries commented on June 19, 2024

Can you share your setup? Python version, Linux version, command you run, etc.

I use python3.7.1,Linux version 4.15.0-65
and the command is:
./train.py -d home/Harddisk_6T/gouxiaofeng/lidar-bonnetal/train/tasks/semantic/dataset -ac /c​​onfig/arch/CHOICE.yaml -l home/Harddisk_6T/gouxiaofeng/lidar-bonnetal/train/tasks/semantic/dataset/log
Thank you!

from lidar-bonnetal.

tano297 avatar tano297 commented on June 19, 2024

You are trying to look for the config file in the root directory.

Try with a dot to look in the current directory:

-ac ./c​​onfig/arch/CHOICE.yaml

from lidar-bonnetal.

windtries avatar windtries commented on June 19, 2024

You are trying to look for the config file in the root directory.

Try with a dot to look in the current directory:

-ac ./c​​onfig/arch/CHOICE.yaml

I've tried it,and the same error occurs again.

from lidar-bonnetal.

tano297 avatar tano297 commented on June 19, 2024

Can you please share where you are in the computer, and if those files exist in those paths?

$ pwd
$ ls -al
$ ls home/Harddisk_6T/gouxiaofeng/lidar-bonnetal/train/tasks/semantic/dataset
$ ls ./c​​onfig/arch/CHOICE.yaml

from lidar-bonnetal.

windtries avatar windtries commented on June 19, 2024

您能否分享您在计算机中的位置以及这些路径中是否存在这些文件?

$ pwd
$ ls -al
$ ls home / Harddisk_6T / gouxiaofeng / lidar-bonnetal / train / tasks / semantic / dataset
$ ls ./c onfig / arch / CHOICE.yaml

yeah ,I find that my path is wrong and I correct it,but maybe the problem is "CHOICE.yaml",it doesn't exist itself.I have tried to change the command with writing the yaml file such as the "darknet21.yaml"which truly exist ,the same error occurs again.

from lidar-bonnetal.

jbehley avatar jbehley commented on June 19, 2024

CHOICE.yaml is a place holder. You have to use a yaml file from config/arch, such as config/arch/darknet21.yaml.

To clarify what is needed:
$ ./train.py -d <dataset path> -ac <configuration file> -l <log directory>

<dataset path> = directory of the root directory of SemanticKITTI, i.e., let say you extracted the zip files into /home/Harddisk_6T/gouxiaofeng/semantic-kitti/dataset/ then this folder contains the following folder structure:

/home/Harddisk_6T/gouxiaofeng/semantic-kitti/dataset/
  \-- sequences
        |-- 00
        |     |-- velodyne
        |     |-- labels
        |     |-- calibration.
        |     \-- poses.txt
        |-- 01
       ...

It's not the dataset folder in lidar-bonnetal/train/tasks/semantic.

<configuration file> = this is the configuration file of the architecture. (As also mentioned in the README.MD it might be a file from the config\arch\ directory. (Example would be config/arch/darknet21.yaml) You can modify these files or write your own, but it has to contain the model configuration and the training parameters. An empty file will not do.

<log directory> = is a directory/folder where you want to have the log files and checkpoints stored. (This is also the directory you have to open with tensorboard to get feedback on the progress of training.) This can be an abitrary directory.

You seem to struggle with relative and absolute paths, see https://www.geeksforgeeks.org/absolute-relative-pathnames-unix/ and https://opensource.com/article/19/8/understanding-file-paths-linux
As mentioned in the last article Tab is your friend.

Hope that helps.

from lidar-bonnetal.

tano297 avatar tano297 commented on June 19, 2024

Were you able to solve this? I am closing this since it does not look like an issue with the framework. Let us know if you need further help

from lidar-bonnetal.

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.