PaDiM icon indicating copy to clipboard operation
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"

Results 4 PaDiM issues
Sort by recently updated
recently updated
newest added

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.