wang11wang

Results 3 comments of wang11wang

> > hope to add reid-related structures > > What structures? ReID sounds should be in MMTrack Maybe Metric Learning like triplet loss, and associated with Dataset (output a tuple...

我使用了AugMix,没有发现内存增长的问题; 猜测是这个地方引起的问题: ``` class BackgroundGenerator(threading.Thread): """ the usage is below >> for batch in BackgroundGenerator(my_minibatch_iterator): >> doit() More details are written in the BackgroundGenerator doc >> help(BackgroundGenerator) """ def __init__(self,...

1还是有数据预读取的,只是预读一个Batch,设为0才是没有数据预读取;