HRNet-Image-Classification icon indicating copy to clipboard operation
HRNet-Image-Classification copied to clipboard

Train the HRNet model on ImageNet

Results 33 HRNet-Image-Classification issues
Sort by recently updated
recently updated
newest added

How to use tensortboard or wandb to visual trainning process same using in yolov5

Hi, authors! I'm wondering about the differences between HRNet-W18-C-Small-v1 and HRNet-W18-C-Small-v2. I'd appreciate it if you could point them out!

I’ve been able to train my model, and perform validation, however, I cannot find a way to do inference. Even in validation, while it tells me the percentage it got...

No module named 'utils.modelsummary'?

Hello. Thank you for offering newly added checkpoints! When I tried to use the one "HRNet-W48-C (w/ CosineLR + CutMix + 300epochs)", my pytorch model loader and tar extractor couldn't...

Thanks for the great job. We also apply the HRNet to Person re-identification task.

In cls_hrnet_w18_small_v2_sgd_lr5e-2_wd1e-4_bs32_x100.yaml STAGE1 configuration should read NUM_BRANCHES instead of NUM_RANCHES. In fact this doesn't affect in anything the code since .make_stage instead called for stage1; however, just to be consistent...

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.1.15 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies