Pytorch-Correlation-extension icon indicating copy to clipboard operation
Pytorch-Correlation-extension copied to clipboard

Custom implementation of Corrleation Module

Results 39 Pytorch-Correlation-extension issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I am using: _Windows 10 _Python3.9 _torch2.0 _cuda 12.1 _gcc13.1 When I try "pip install spatial-correlation-sampler", I get the following error: Collecting git+https://github.com/ClementPinard/Pytorch-Correlation-extension.git Cloning https://github.com/ClementPinard/Pytorch-Correlation-extension.git to c:\users\lecia\appdata\local\temp\pip-req-build-_gotqngo Running command...

My Dockerfile ``` FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-runtime RUN apt-get update && apt-get install -y git gcc build-essential RUN mkdir /app WORKDIR /app # Install Pytorch Correlation RUN git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git RUN cd...

Three months ago, I used this 'pip install spatial-correlation-sampler' in cuda 11.6 perfectly. Now, after I create a new conda env which includes cuda11.8, pytorch 2.1. Then, I use the...

Hello, my error has not been completely resolved. On the latest version of vscode, once I referenced this package, I couldn't use the debug feature and had to run it...

Hello, thank you for your work! My system is Ubuntu 22, and I want to add spatial-correction-sampler to the virtual environment of the project. However, I cannot directly use 'pip...

> running bdist_wheel /data/dataC/Test/Slicer-5.2.2-linux-amd64/lib/Python/lib/python3.9/site-packages/torch/utils/cpp_extension.py:495: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could not...

I am trying to install spatial correlation sampler packager for one of my application. I am installing it through pip install spatial-correlation-sampler When ever I try to install I am...

Enviroment: torch 1.9.0+cu111 NVIDIA-SMI 555.58.02 Driver Version: 555.58.02 CUDA Version: 12.5 Cuda compilation tools, release 11.5, V11.5.119 Build cuda_11.5.r11.5/compiler.30672275_0 python 3.9 ----------------------------------------------------------------------------- ------------------------------------------------------------------------------- running install running bdist_egg running egg_info creating...

Hi, i'm using this package as a dependency for the STNNet density map estimation model. It was working fine yesterday, but today it's failing. I'm working in google colab, and...