-
I want to train this network on a custom dataset. I have the gt labels and images.
Under the `data_gen` directory I looked at `MPIIDataGen` but this class has a lot of custom code specific to MPI…
-
Hi there,
When I tried to test the pre-trained model, it said:
loading model from ./results/hourglass_1.pth
{'epoch': 14, 'MPE': 7.700112, 'AUC': 0.8504827899520097}
and the result was…
-
# CornerNet: Detecting Objects as Paired Keypoints #
- Author: Hei Law, Jia Deng
- Origin: https://arxiv.org/abs/1808.01244
- Related:
- https://github.com/princeton-vl/CornerNet
- [demo …
-
Thanks for your excellent contribution. In CornerNet, 2 stacks of Hourglass is employed for keypoint detection. I'm intereseted in how better or worse if CornerNet is configured as 1 stack or 3 stacks…
-
# Reference
- 01/2019 [Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation](https://arxiv.org/abs/1901.02985)
- [Code](https://github.com/NoamRosenberg/autodeeplab)…
-
from ~/CenterNet-master/src/lib/models/networks/large_hourglass.py
def forward(self, image):
# print('image shape', image.shape)
inter = self.pre(image)
outs…
-
Thank you for your work!
Do you intend to release the relevant code and training scripts about the DF-VAE?
-
### Check for previous/existing GitHub issues/module proposals
- [X] I have checked for previous/existing GitHub issues/module proposals.
### Check this module doesn't already exist in the modul…
-
-
Data is missing. Cannot reproduce the results.