- EMBEDDINGS_PATH: path to the embedding file generated in step 001
- CLUSTERING_RESULTS_PATH: path to the file containing the clustering information generated in step 002
- OUTPUT_PATH: path to save the retained files
- selection_ratio: proportion of data to be passed into the filter
- center_ratio: proportion of center points to take
- border_ratio: proportion of boundary points to take
# 004 create data from full data and filter data
```bash
cd filter
python3 create_label_data.py
```
- dbscan_results_path: OUTPUT_PATH produced in step 003
- label_data_path: ground truth after being filtered from the filtered data, has the same format as the full dataset, used for finetuning the VLM model