We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ 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?
The text was updated successfully, but these errors were encountered:
Did you install the package from the source code? Using the python3 setup.py install?
python3 setup.py install
Sorry, something went wrong.
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.
make-mask-cls and make-mask-seg is sub-command of ts
make-mask-cls
make-mask-seg
ts
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: