Safemotion Lib
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
smooth_ap.py File Reference

Go to the source code of this file.

Classes

class  fastreid.modeling.losses.smooth_ap.SmoothAP
 
class  fastreid.modeling.losses.smooth_ap.SmoothAP_old
 

Namespaces

namespace  fastreid
 
namespace  fastreid.modeling
 
namespace  fastreid.modeling.losses
 
namespace  fastreid.modeling.losses.smooth_ap
 

Functions

 fastreid.modeling.losses.smooth_ap.sigmoid (tensor, temp=1.0)
 

Variables

 fastreid.modeling.losses.smooth_ap.loss1 = SmoothAP(0.01)
 
 fastreid.modeling.losses.smooth_ap.loss2 = SmoothAP_old(0.01, 60, 6, 256)
 
 fastreid.modeling.losses.smooth_ap.inputs = torch.randn(60, 256, requires_grad=True)
 
list fastreid.modeling.losses.smooth_ap.targets = []
 
 fastreid.modeling.losses.smooth_ap.output1 = loss1(inputs, targets)
 
 fastreid.modeling.losses.smooth_ap.output2 = loss2(inputs)