Abhisek Maiti

Results 12 issues of Abhisek Maiti

Support for cross variogram would be great.

When playing a video in full screen mode the cursor / mouse pointer does not automatically hide anymore. It is a bit annoying and also it is not good for...

## Description Spinner does not animate during external function call. ### System settings - Operating System: `Linux 5.16.11-2` - Terminal in use: `Bash` - Python version: `3.9.6` - Halo version:...

Grouped convolution is supported well in `pytorch`'s convolution layers / ops. If possible, it would a great to add that ability to `torchsparse`.

enhancement

It seems that semantic segmentation is not supported, only image classification is supported. When I build a model with `input_shape = [256, 256,3]` and `n_classes = 6`, it creates a...

* Version: `OWSLib = '0.25.0'` My `getfeature` query: ```python response = wfs2.getfeature( typename=name, filter=filter_query, propertyname=['geom', 'ID'], method='GET', outputFormat='json' ) ``` With `method='GET'` it works fine but when `method='POST'` is passed...

Please check if the build is passing and the module is working as expected

I installed the `Patchfox` firefox addon on Linux. But I can't find a way to create a profile, neither the addon automatically creates a new profile upon install.

As of version `'0.29.2'` there is no way to specify CRS/SRS when calling `WebFeatureService_2_0_0.getfeature` . See: https://github.com/geopython/OWSLib/blob/f8e3ff65ad70d72a640e2b7883459b8aa8fcb4b6/owslib/feature/wfs200.py#L220-L287) However both in `WebFeatureService_1_1_0` and `WebFeatureService_1_0_0` have the following parameter to specify SRS:...

The `factorial` module in `scipy` has been moved to `scipy.special` from `scipy.misc`. This commit fixes the import error caused by this change.