Code Monkey home page Code Monkey logo

Comments (5)

aleflabo avatar aleflabo commented on August 18, 2024 1

Hi,

We tested MoCoDAD only in Linux environments. Looking at the path in your code, it seems you're using Windows and the paths you're using are not formatted in the proper way.

from mocodad.

aleflabo avatar aleflabo commented on August 18, 2024 1

Once you've downloaded the UBnormal dataset, you will find a README.md file, which includes the following dataset structure:

UBnormal
|
|__________ hr_bool_masks
|           |
|           |__________ testing
|           |           |
|           |           |__________ test_frame_mask
|           |                       |_______________{scene_id}_{clip_id}.npy
|           |                       |_______________...
|           |                       |_______________{scene_id}_{clip_id}.npy
|           |
|           |__________ validating
|                       |
|                       |__________ test_frame_mask
|                                   |_______________{scene_id}_{clip_id}.npy
|                                   |_______________...
|                                   |_______________{scene_id}_{clip_id}.npy
|
|__________ training
|           |
|           |__________ trajectories
|                       |
|                       |_________{scene_id}_{clip_id}
|                                 |
|                                 |_________00001.csv
|                                 |_________...
|                                 |_________0000{n}.csv
|
|__________ testing
|           |
|           |__________ trajectories
|           |           |
|           |           |_________{scene_id}_{clip_id}
|           |                     |
|           |                     |_________00001.csv
|           |                     |_________...
|           |                     |_________0000{n}.csv
|           |
|           |__________ test_frame_mask
|                       |
|                       |_______________{scene_id}_{clip_id}.npy
|                       |_______________...
|                       |_______________{scene_id}_{clip_id}.npy
|
|__________ validating
            |
            |__________ trajectories
            |           |
            |           |_________{scene_id}_{clip_id}
            |                     |
            |                     |_________00001.csv
            |                     |_________...
            |                     |_________0000{n}.csv
            |
            |__________ test_frame_mask
                        |
                        |_______________{scene_id}_{clip_id}.npy
                        |_______________...
                        |_______________{scene_id}_{clip_id}.npy

Using the config/UBnormal/mocodad_train.yaml to train MoCoDAD on UBnormal, the validation set is used by default. Set the validation parameter to false to disable it.

from mocodad.

aleflabo avatar aleflabo commented on August 18, 2024 1

This is something related to the environment you have and not related to the code. You can try to work in a Linux environment and see if the problem is solved.

You can check for the error online to solve it: https://discuss.pytorch.org/t/runtimeerror-distributed-package-doesnt-have-nccl-built-in/176744/3

from mocodad.

HuoQue avatar HuoQue commented on August 18, 2024

I am using the UBnormal data set, I am not very clear about the path of the UBnormal data set structure in the data directory, so I want to consult you about it.

from mocodad.

HuoQue avatar HuoQue commented on August 18, 2024

My computer had only one GPU and it had the following problem:
File "C:\Users\34252.conda\envs\simclr\Lib\site-packages\torch\distributed\distributed_c10d.py", line 1302, in _new_process_group_helper
raise RuntimeError("Distributed package doesn't have NCCL built in")
RuntimeError: Distributed package doesn't have NCCL built in
If you know how to solve this problem, I would really appreciate it! Thank you very much for your guidance these days.

from mocodad.

Related Issues (8)

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.