We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af76fb commit dc0ca5cCopy full SHA for dc0ca5c
readme.md
@@ -52,8 +52,8 @@ classifier.export('path/to/output')
52
53
## To-Do
54
55
-- [ ] Prevent calculation if there is no image read (PCA & k-means)
56
-- [ ] Export embeddings
+- [x] Prevent calculation if there is no image read (PCA & k-means)
+- [x] Export embeddings
57
- [ ] Make model independent from img2vec
58
- [ ] Separate cpu and gpu installation and catch gpu errors
59
@@ -64,4 +64,4 @@ Contributions to `Tasnif` are welcome! Please fork the repository and submit a p
64
65
## License
66
67
-Tasnif is released under the MIT License. See the [LICENSE](LICENSE) file for more details.
+Tasnif is released under the MIT License. See the [LICENSE](LICENSE) file for more details.
0 commit comments