UmarSpa
UmarSpa
Is it possile to freeze only the first 2 layers ?
After few hours of digging, got the answers: - xs has 4 variables: - 1st of size [batchsize, 3, 511, 511] --> this is the input image - 2nd, 3rd...
I have the same problem.
Solved it by running the code with pytorch 1.0: https://github.com/UmarSpa/CenterNet
Did anyone manage to build a correct implementation of corner pooling ? The provided corner pooling doesn't work as the one in the official pytorch repository. It doesn't give the...
Any update on this ? Anyone able to solve this problem ?
Updated version of the set of instructions (initially shared [here](https://github.com/vchoutas/smplify-x/issues/3#issuecomment-507682801)) to install the required packages: - install python 3.7 ``` sudo apt install python3.7 sudo apt install python3.7-venv sudo apt...
Hi. So for the patch-level hair detection we did 5-fold cross-validation, and picked a random image from one of the testing sets during experiments. So that's why you may not...
> hi > > when doing "overlapping 25x25 patch extraction from uncertain region", the program doesn't go any further and I have to kill the process manually. > > I...
> hello > when the run this main.py > Results of the program is Segmentation fault (core dumped) > i use the ubuntu and python2.7 > please why this result...