Checklist: Rebuild make-dds-dataset with new DDS library (BSalita/ddss)
Follow these steps to fully re-create your DDS dataset pipeline from scratch using the modern open-source DDSS library by BSalita.
1. Clone and Set Up the Project Structure
2. Clone and Build DDSS (BSalita/ddss)
3. Prepare Python Environment
4. Generate Bridge Deals and Results
5. Convert Text Results to NumPy Format
6. Troubleshooting Checklist
7. Next Steps (Optional)
Checklist: Rebuild make-dds-dataset with new DDS library (BSalita/ddss)
Follow these steps to fully re-create your DDS dataset pipeline from scratch using the modern open-source DDSS library by BSalita.
1. Clone and Set Up the Project Structure
git clone https://github.com/sotetsuk/make-dds-dataset /home/wop/myfirstproject/make-dds-dataset cd /home/wop/myfirstproject/make-dds-datasetddstable.pyfrom xrgopher:2. Clone and Build DDSS (BSalita/ddss)
cmake -DDDS_THREADING=STL -DDDS_AGGRESSIVE_OPT=ON .. cmake --build . --config Releaselibdds.soto project root:sudo cmake --install . --prefix /usr/local sudo ldconfig3. Prepare Python Environment
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt4. Generate Bridge Deals and Results
5. Convert Text Results to NumPy Format
python3 to_bytes.py results.tsv # Output: results.npy6. Troubleshooting Checklist
7. Next Steps (Optional)
setup.sh