Update retina_r50.cpp and retina_nmt.cpp (#546)
This commit is contained in:
parent
6a74b88b4e
commit
20fce2bce4
@ -12,8 +12,8 @@
|
||||
#define USE_FP16 // set USE_INT8 or USE_FP16 or USE_FP32
|
||||
#define DEVICE 0 // GPU id
|
||||
#define BATCH_SIZE 1
|
||||
#define CONF_THRESH = 0.75
|
||||
#define IOU_THRESH = 0.4
|
||||
#define CONF_THRESH 0.75
|
||||
#define IOU_THRESH 0.4
|
||||
|
||||
// stuff we know about the network and the input/output blobs
|
||||
static const int INPUT_H = decodeplugin::INPUT_H; // H, W must be able to be divided by 32.
|
||||
|
||||
@ -12,8 +12,8 @@
|
||||
#define USE_INT8 // set USE_INT8 or USE_FP16 or USE_FP32
|
||||
#define DEVICE 0 // GPU id
|
||||
#define BATCH_SIZE 1
|
||||
#define CONF_THRESH = 0.75
|
||||
#define IOU_THRESH = 0.4
|
||||
#define CONF_THRESH 0.75
|
||||
#define IOU_THRESH 0.4
|
||||
|
||||
// stuff we know about the network and the input/output blobs
|
||||
static const int INPUT_H = decodeplugin::INPUT_H; // H, W must be able to be divided by 32.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user