raj-shah
raj-shah
Thanks for sharing your work! As per https://github.com/zhanghang1989/ResNeSt/issues/58#issuecomment-631224345, I understand the release of ResNeSt-based segmentation variants trained on Cityscapes was delayed. Was there any resolution on this?
Where can I find the LSUN toolkit to further process/fine-tune my results (corner locations) on perspective images, as stated here: https://github.com/zouchuhang/LayoutNet#extension-to-perspective-images ?
Hello! Curious if it would be possible to expose a regex token pattern param like that in [CountVectorizer](https://github.com/scikit-learn/scikit-learn/blob/dc580a8ef/sklearn/feature_extraction/text.py#L993)? This would help in filtering for (un)wanted chars during tokenization, e.g. hyphens,...
I get a RuntimeError when running `augment_data.py`, which traces back to SVD (`matrix_operator` function invoked from `tangent_space` function). Possibly due to a badly-conditioned matrix? ``` Traceback (most recent call last):...