PaDiM
PaDiM copied to clipboard
:dolphin: Re-implementation of PaDiM and code for the article "Weakly Supervised Detection of Marine Animals in High Resolution Aerial Images"
How much is the difference in performance compare to original PaDiM?
can you shared C++ TensorRT inference version?
Hi @Pangoraw, What is y_true ==1 in PadimSVDD? Does 1 mean normal image and 0 means anomalous? ``` pbar = tqdm(range(n_epochs)) for epoch in pbar: loss_epoch = 0 n_batches =...
Hi @Pangoraw, Is there any way to inference the model on larger batches such as 32 or 64 instead of 1? Thanks.