You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We made some changes to the data processing files (used in this tutorial), so that only color images split into 80% train/20% test would be used. For more configurations, see Mohanty et al. 2016 and their github.
# Edit create_data_distribution.py:
# line 63: INPUT_FOLDER +"/color"
# line 86: train_probs = [80]