-
请问,可以单独使用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…
-
For those seeking a natural approach to weight loss, Puravive may have come onto your radar. In this detailed review, we’ll explore all the essentials about Puravive—its ingredients, mechanism, potent…
-
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…