Closed Joeclinton1 closed 6 hours ago
Great project btw!
I tried to install and got an error that skimage wasn't installed which was easily fixed by doing pip install scikit-image, so this just needs to be added to the requirements.
Alternatively it might be better to reduce imports by implementing a simple gaussian filter yourself in numpy.
thank you! I will fix it today
Great project btw! I tried to install and got an error that skimage wasn't installed which was easily fixed by doing pip install scikit-image, so this just needs to be added to the requirements. Alternatively it might be better to reduce imports by implementing a simple gaussian filter yourself in numpy.
thank you! I will fix it today
thanks!
Great project btw!
I tried to run WiLorHandPose3dEstimationPipeline and got an error that skimage wasn't installed which was easily fixed by doing pip install scikit-image, so this just needs to be added to the requirements.
Alternatively it might be better to reduce imports by implementing a simple gaussian filter yourself in numpy.