Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
496 contributions in the last year
Contribution activity
August 2020
- jinfagang/yolov5_mask Python
Created an issue in ultralytics/yolov5 that received 10 comments
/yolov5/utils/general.py", line 520, in compute_loss pxy = ps[:, :2].sigmoid() * 2. - 0.5 IndexError: too many indices for tensor of dimension 1 0%|
/yolov5/utils/general.py", line 520, in compute_loss pxy = ps[:, :2].sigmoid() * 2. - 0.5
IndexError: too many indices for tensor of dimension 1 0%|
10
comments
- Visualization cost too much time
- realtime_panoptic/models/backbones.py", line 65, in __init__ extra_blocks=LastLevelP6P7(out_channels, out_channels), File "/usr/local/lib/python3.6/dist-packages/torchvision/ops/feature_pyramid_network.py", line 53, in __init__ raise ValueError("in_channels=0 is currently not supported") ValueError: in_channels=0 is currently not supported