Endri Kacupaj
Results
1
comments of
Endri Kacupaj
On the [`class_selection.py#L152`](https://github.com/amazon-science/ReFinED/blob/main/src/refined/offline_data_generation/class_selection.py#L152) file, you can add a condition to check if the `chosen_classes.txt.part` exists. If not, then you can directly create the `chosen_classes.txt` and save the classes. ```python if...