mirror of
https://github.com/holodata/sensai-dataset.git
synced 2025-03-15 12:00:32 +09:00
8 lines
128 B
Makefile
8 lines
128 B
Makefile
all: build
|
|
|
|
build:
|
|
python3 -m sensai_dataset.generator
|
|
|
|
upload:
|
|
kaggle datasets version -m "New version" --path $$DATASET_DIR
|