scott-vsi
scott-vsi
Is there any way to do semi-supervised clustering with partially labeled data? Or to manually remove an element from a cluster and then re-cluster? thanks Scott
Create 29 seeds as the paper and READMEs indicate, instead of 19. [datasets/README.md](https://github.com/ucbdrive/few-shot-object-detection/blob/master/datasets/README.md#pascal-voc) claims prepare_voc_few_shot.py creates 29 seeds (to augment split0, which is the same data split and training examples...
I am running in a docker container based on nvidia/cudagl:11.4.2-runtime-ubuntu20.04 with python 3.8.10 and pyrender (0.1.45) installed (via pip). If I copy this [example](https://pyrender.readthedocs.io/en/latest/examples/quickstart.html#minimal-example-for-offscreen-rendering) into a file (adding `os.environ['PYOPENGL_PLATFORM'] =...
There is no `--tag` option for `git clone` only `--branch` [1]. What is happening is git seems to be ignoring the `--tag` flag and naming the clone 2.1.0. But it...
Per https://www.mkdocs.org/user-guide/configuration/#edit_uri. Although edit_uri is auto derived on github, it points to edit/master/docs/, not edit/master/tutorial/
When building a manylinux wheel from the manywheel folder, run_tests.sh cannot be found by [build_common.sh](https://github.com/pytorch/builder/blob/ceaacf8a927f84f5458808a41af456958d72abd7/manywheel/build_common.sh#L337) It is necessary to mount the root of the repo into the container (`-v "$(dirname...
##### System information (version) - Operating System => Linux 5.16.19 - python 3.8 - `pip install opencv-python-headless==4.5.5.64` (specifically, `opencv_python_headless-4.5.5.64-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl`) ##### Detailed description `BFMatcher::isMaskSupported` always returns true [link](https://github.com/Itseez/opencv/blob/7676be5570a3a7478e6d67c80221c097a206286d/modules/features2d/include/opencv2/features2d.hpp#L1193), even when the...
What is the difference between `displayTagName` and `displayInSidebar`? It seems like `displayTagName` would hide the tag name from the sidebar, but you actually suggest using `displayInSidebar` in this [comment](https://github.com/StarlaneStudios/vscode-comment-anchors/issues/26#issuecomment-460018137). Looking...
K-Characters is a non-standard term/unit of measure. I wasn't sure what it was until I found issue #540 where it was changed from K-Bytes to K-Characters. I think this option...