Code Monkey home page Code Monkey logo

Comments (5)

Daniel-xsy avatar Daniel-xsy commented on July 18, 2024

Hi, thanks for your interest,

The nuScenes-C dataset is generated using the validation set of the nuScenes dataset, which only contains 6019 images for each camera. You can refer to this script for the corruption generation.

However, if you want to generate corruption for training data, it's recommended to generate corruption online instead of offline since it takes a lot of time and storage. You can try to integrate the script into the training data preprocessing pipeline.

from robobev.

leesunmyung avatar leesunmyung commented on July 18, 2024

Thanks for your reply.

Due to my project, I cannot help but synthesize fog and snow image offline using the training data.

In CREATE.MD, you said to specify the data path carefully in config and specify the corruptions parameters, but there is no content in corruptions/project/config/config.py.

Could you tell me how to specify the data path and corruptions parameters? Thank you.

image

from robobev.

Daniel-xsy avatar Daniel-xsy commented on July 18, 2024

Sorry for the confusion, you can refer to corruptions/project/config/nuscenes_c.py

Please also notice that this script is used to generate corruption for nuScenes dataset. For your need to generate corruption on customized dataset, I'm sorry there is no ready-to-run script.

However, I suggest to iterate through your dataset and process the image with the corruption type in corruptions/project/mmdet3d_plugin/corruptions.py. I guess it should not be that hard.

from robobev.

leesunmyung avatar leesunmyung commented on July 18, 2024

Could you let me know your 'conda list'?

I have packages about mmdetection like below, but there may be some conflict.

mmcls 0.17.0 pypi_0 pypi
mmcv 2.0.0 pypi_0 pypi
mmcv-full 1.3.13 pypi_0 pypi
mmdet 3.0.0 pypi_0 pypi
mmdet3d 1.4.0 pypi_0 pypi
mmengine 0.10.4 pypi_0 pypi
mmsegmentation 1.0.0 pypi_0 pypi

I got some error like 'ImportError: canno import name ~ from ~', when bash tools/generate_dataset.sh

from robobev.

Daniel-xsy avatar Daniel-xsy commented on July 18, 2024

Hi, the mmcv package is as follow:

mmcv-full                 1.4.0                    pypi_0    pypi
mmdet                     2.14.0                   pypi_0    pypi
mmdet3d                   0.17.1                   pypi_0    pypi
mmsegmentation            0.14.1                   pypi_0    pypi

Hope it can help. It would be helpful to debug if you could provide full error information. Another way is to refer to the mmdetection3d codebase for incompatibility issue.

from robobev.

Related Issues (11)

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.