-
请问,可以单独使用center loss不加softmax loss吗,效果怎么样
-
Hey, @nilahnair. I just did the first push of center loss method. Please have a look at **utils_center_loss.py** and **main_center_loss.py** when you are free.
Here are some preliminary tests on th…
-
### 🐛 Describe the bug
I adopts a pipeline example training from the original Pippy's repo, and it seems like I cannot run it. Here is my code
# Copyright (c) Meta Platforms, Inc. and affiliates
…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
请问如果去掉center-ness loss 分支对试验结果有影响吗?你们之前做过对比试验吗?
谢谢~
-
Is center loss considered to be a metric learning approach? If you think it can be part of this repo, I am interested in contributing.
-
center loss calculate distance between class features and centers as shown below in tensorflow implementation:
def center_loss(features, label, alfa, nrof_classes):
"""Center loss bas…
-
Hi,
Thank you for great job.
I have few questions:
1. In the previous version DCFNet trained on uav123, nus-pro and tc-128.
the current one is defined to VID2015, why?
2. Why you don't use t…
-
Hi, thanks for your source code. But I notice in the line:
https://github.com/KaiyangZhou/pytorch-center-loss/blob/master/center_loss.py#L47
you wrote the center loss as the **mean** of dis, howeve…
-
2024-09-13 10:32:11,572 - mmdet - INFO - Epoch [4][31250/31563] lr: 2.500e-03, eta: 10 days, 10:41:12, time: 0.403, data_time: 0.004, memory: 8149, loss_center_heatmap: nan, loss_xywh_coarse: nan, los…