pyronear / pyro-vision

Computer vision library for wildfire detection 🌲 Deep learning models in PyTorch & ONNX for inference on edge devices (e.g. Raspberry Pi)

Home Page:https://pyronear.org/pyro-vision/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue downloading OpenFire

MateoLostanlen opened this issue Β· comments

commented

πŸ› Bug

This test do not pass anymore :

We have a problem with OpenFire, the links to the images work less and less.

Now this test doesn't work anymore:

self.assertAlmostEqual(len(train_set) + len(test_set), len(extract), delta=20)

In the past we have already increased the threshold from 15 to 20 to get around this problem.

I propose to do it again with a big margin, let's take 30.

On the other hand we have to absolutely store this dataset somewhere soon and change the download mode.

Closed by #153