Zhuzi24/STAR_OBJ_REL_WEIGHTS
Updated
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
To extract a split archive (e.g., STAR.7z.001
, STAR.7z.002
, etc.) on Ubuntu, follow these steps:
p7zip
If p7zip
is not already installed, use the following commands to install it:
sudo apt update
sudo apt install p7zip-full
Ensure all split files (STAR.7z.001
, STAR.7z.002
, etc.) are in the same folder.
Example directory structure:
/path/to/your/files/
├── STAR.7z.001
├── STAR.7z.002
├── STAR.7z.003
├── STAR.7z.004
└── STAR.7z.005
Run the extraction command starting from the first split file (.001
):
7z x STAR.7z.001
Command Explanation:
7z
: Invokes the 7-Zip utility.x
: Stands for "extract".STAR.7z.001
: The first split file. 7-Zip will automatically detect and merge subsequent splits (.002
, .003
, etc.).For any questions, please contact [email protected]