You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Where **ss** means single scale evaluation, **ssc** means single scale crop evaluation, **msf** means multi-scale evaluation with flip augment, and **mscf** means multi-scale crop evaluation with flip evaluation. The eval scales of multi-scales evaluation are `[0.5, 0.75, 1.0, 1.25, 1.5, 1.75]`, and the crop size of crop evaluation is `[1024, 1024]`.
13
13
14
+
> The fps is tested in different way from the paper. For more information, please see [here](./tensorrt).
15
+
14
16
Note that the model has a big variance, which means that the results of training for many times would vary within a relatively big margin. For example, if you train bisenetv2 for many times, you will observe that the result of **ss** evaluation of bisenetv2 varies between 72.1-74.4.
15
17
16
18
17
19
## platform
18
20
My platform is like this:
19
-
* ubuntu 16.04
20
-
* cuda 10.1.243
21
+
* ubuntu 18.04
22
+
* nvidia Tesla T4 gpu, driver 450.51.05
23
+
* cuda 10.2
21
24
* cudnn 7
22
25
* miniconda python 3.6.9
23
26
* pytorch 1.6.0
@@ -59,7 +62,12 @@ Then you need to change the field of `im_root` and `train/val_im_anns` in the co
59
62
In order to train the model, you can run command like this:
0 commit comments