Oguzhan Gencoglu
Oguzhan Gencoglu
Is human or expert baseline known in this benchmark?
Would be great to have a python SDK as well. Any plans as such?
Does treeple support ONNX export? It would be great as ONNX is the common format for all sorts of models and can be deployed to any environment (e.g. scikit-learn, lightgbm,...
Are there speed and memory benchmarks (e.g. compared to `scikit-learn`, `obliquetree` etc.) for overfitting a dataset completely (no limit on tree depth)? This is usually a fair comparison for speed...
Is there a quick script, notebook or colab to run semantic segmentation inference with your pretrained models models on some arbitrary image that is not part of the datasets you...
``` # Find the nearest neighbors in the RTree to the point (5, 5) results = rt.neighbors(tree, 5, 5) ``` What is the definition of nearest (or distance in general)...
Any plans for supporting regression problems?
Is this suitable for the case where I have a small patch image and I want to find all the similar objects (bounding boxes and multiple ones) in a large...
Does this framework support ONNX export?
> TorchSeg is an actively maintained and up-to-date fork of the [Segmentation Models PyTorch (smp) library](https://github.com/qubvel/segmentation_models.pytorch). Original library seems to get some updates lately. What is the verdict here?