Clean up data files
Warning
The AI Accelerator requires ROS 2 Humble, so PolyScope X 10.12.1 is the latest compatible release. PolyScope X 10.13 and later use ROS 2 Jazzy and are not currently supported.
← Back to Troubleshooting
Annotation, training, and demos leave files under ~/aia_sdk/ros/. Temporary data is safe to remove; datasets, trained checkpoints, and meshes are not unless you will recreate them.
Host: ~/aia_sdk/ros/ · Container: /workspaces/isaac_ros-dev/
Stop examples and isaac_pkgs_app before deleting large folders.
Safe to delete
Path |
Why |
|---|---|
|
Scratch (e.g. calibration). Recreated as needed. |
|
SAM2 annotation scratch. |
|
Auto Annotation recordings; frames are copied into COCO after P / G. |
|
Perception / log recordings. |
|
Dataset temp folders. |
|
Isaac restore backup — only if forcing rebuild (Model restore failed). |
Loose |
Annotation debug images. |
|
Training logs only. |
Unused |
Keep the one your program loads. |
|
Colcon cache. |
rm -rf ~/aia_sdk/ros/data/tmp \
~/aia_sdk/ros/data/tmp_video_dir \
~/aia_sdk/ros/data/videos \
~/aia_sdk/ros/data/recordings
rm -f ~/aia_sdk/ros/data/overlay_mask_*.jpg \
~/aia_sdk/ros/data/mask_object_*.jpg \
~/aia_sdk/ros/data/response_mask_*.jpg
Force model rebuild (then re-run setup on MAXN):
sudo rm -rf ~/aia_sdk/ros/isaac_ros_assets/models_backup
cd ~/aia_sdk/ros && ./scripts/run_sdk_setup.sh
Delete only if you will retrain / re-teach
Path |
Effect |
|---|---|
|
Lose COCO data — redo Auto Annotation. |
|
Lose classification samples. |
|
Lose detector — train again; update PolyScope Before Start. |
|
Lose classifier. |
|
Redo textured mesh for Pose Estimation. |
Do not delete
Path |
Why |
|---|---|
|
Robot serial, ROS domain, camera / ROI. |
|
Launch and tooling. |
|
Installed ROS packages. |
|
Path-planning / demos. |
|
Example |
Rule of thumb: tmp*, videos, recordings, and (intentionally) models_backup are disposable. Keep datasets/, trained models/, and meshes/ unless you will recreate them.