sshuair / torchsat

🔥TorchSat 🌏 is an open-source deep learning framework for satellite imagery analysis based on PyTorch.
https://torchsat.readthedocs.io
MIT License
393 stars 49 forks source link

what does 'ts' mean? #15

Open codingchan opened 4 years ago

codingchan commented 4 years ago
$ cd  tests/classification/      
$ ts make-mask-cls --filepath T51RTQ_20200513T023551_TCI.tif --width 128 --height 128 --outpath ./patched

newbie, found this command in https://torchsat.readthedocs.io/en/latest/tutorials/image-classification.html , however there is no ts or make-mask-cls command?

sshuair commented 4 years ago

Did you install the package from the source code? Using the python3 setup.py install?

codingchan commented 4 years ago

Did you install the package from the source code? Using the python3 setup.py install?

thanks for your reply, yes i've run the command successfully.

ts make-mask-cls

is this command means 'make-mask-cls' is an option of 'ts'? or 'ts' is an interpreter or something like python? i'm confused.

sshuair commented 4 years ago

make-mask-cls and make-mask-seg is sub-command of ts