MCPcopy Index your code
hub / github.com/SAMMiCA/ChangeSim

github.com/SAMMiCA/ChangeSim @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
84 symbols 283 edges 16 files 13 documented · 15% updated 3y ago★ 1385 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ChangeSim

report page page

This repository provides ChangeSim dataset, codes and files for evaluation. Please refer to our paper (accepted to IROS2021) for more information about the dataset.

Recent updates

  • [x] Dataset download links
  • [x] Documentation for the dataset
  • [x] A tutorial for the visualization of ChangeSim
  • [x] A tutorial for the data collection using Airsim and UE4

Dataset download

The data is divided into train/test set and reference/query.

Reference_Sequence_Train(52.8 GB)

Reference_Sequence_Test(30.2 GB)

Query_Sequence_Train(42.8 GB)

Query_Sequence_Test(30.3 GB)

Data directory structure

Ref_Seq_
|
--- Warehouse_0                              # Environment folder
|       |
|       ---- Seq_0                           # Sequece
|       |      |
|       |      +--- rgb                      # 0.png - xxxx.png      
|       |      +--- depth                    # 0.png - xxxx.png
|       |      +--- semantic_segmentation    # 0.png - xxxx.png     
|       |      ---- raw                   
|       |      |     |
|       |      |     +--- rgb                # 0.png - xxxx.png
|       |      |     +--- depth              # 0.png - xxxx.png
|       |      |     ---- poses.g2o 
|       |      |     ---- rtabmap.yaml
|       |
|       +--- Seq_1
|
+-- Warehouse_1
.
.
+-- Warehouse_N



Query_Seq_
|
--- Warehouse_0                              # Environment folder
|       |
|       ---- Seq_0                           # Sequece
|       |      |
|       |      +--- rgb                      # 0.png - xxxx.png      
|       |      +--- depth                    # 0.png - xxxx.png
|       |      +--- semantic_segmentation    # 0.png - xxxx.png
|       |      +--- change_segmentation      # 0.png - xxxx.png
|       |      +--- pose                     # 0.txt - xxxx.txt
|       |      ---- t0                   
|       |      |     |
|       |      |     +--- rgb                # 0.png - xxxx.png
|       |      |     +--- depth              # 0.png - xxxx.png
|       |      |     +--- idx                # 0.txt - xxxx.txt
|       |      ---- cloud_map.ply
|       |      ---- trajectory.txt
|       |
|       +--- Seq_0_dust
|       .
|       .
|       +--- Seq_1_dark
|
+-- Warehouse_1
.
.
+-- Warehouse_N

Citation

If you find this project helpful, please consider citing this project in your publications. The following is the BibTeX of our work.

@inproceedings{park2021changesim,
author = {Park, Jin-Man and Jang, Jae-hyuk, and Yoo, Sahng-Min and Lee, Sun-Kyung and Kim, Ue-hwan and Kim, Jong-Hwan},
title = {ChangeSim: Towards End-to-End Online Scene Change Detection in Industrial Indoor Environments},
booktitle={2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
year = {2021},
organization = {IEEE},
url = {https://arxiv.org/abs/2103.05368},
}

Acknowledgement

This work was supported by Institute for Information & communications Technology Promotion (IITP) grant funded by the Korea government (MSIT) (No.2020-0-00440, Development of artificial intelligence technology that continuously improves itself as the situation changes in the real world).

Core symbols most depended-on inside this repo

get_view_control
called by 4
script/utils/visualization.py
_img_msg2arr
called by 3
script/cloud_to_img.py
update_renderer
called by 3
script/utils/visualization.py
add_geometry
called by 3
script/utils/visualization.py
Dict_indexing
called by 3
script/utils/dict_indexing.py
_img_arr2msg
called by 2
script/cloud_to_img.py
colormap2classmap
called by 2
script/utils/Object_Labeling.py
classmap2colormap
called by 2
script/utils/Object_Labeling.py

Shape

Method 61
Function 17
Class 6

Languages

Python100%

Modules by API surface

script/utils/visualization.py26 symbols
script/utils/kinect_publisher.py16 symbols
script/cloud_to_img.py12 symbols
script/utils/Object_Labeling.py9 symbols
script/utils/msg_transform.py5 symbols
script/visualization.py4 symbols
script/dataloader.py4 symbols
script/utils/geo_transform.py3 symbols
script/utils/trajectory.py1 symbols
script/utils/segmentation_labeling.py1 symbols
script/utils/dict_indexing.py1 symbols
script/utils/depth2disp_example.py1 symbols

For agents

$ claude mcp add ChangeSim \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact