yolo weights tar
This commit is contained in:
@@ -6,3 +6,4 @@ build/
|
|||||||
*.prototxt
|
*.prototxt
|
||||||
*.caffemodel
|
*.caffemodel
|
||||||
*.h5
|
*.h5
|
||||||
|
*.tar.gz
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
#include<iostream>
|
#include<iostream>
|
||||||
#include "tkdnn.h"
|
#include "tkdnn.h"
|
||||||
|
|
||||||
const char *input_bin = "../tests/test/input.bin";
|
const char *input_bin = "../tests/simple/input.bin";
|
||||||
const char *c0_bin = "../tests/test/layers/c0.bin";
|
const char *c0_bin = "../tests/simple/layers/c0.bin";
|
||||||
const char *c1_bin = "../tests/test/layers/c1.bin";
|
const char *c1_bin = "../tests/simple/layers/c1.bin";
|
||||||
const char *d2_bin = "../tests/test/layers/d2.bin";
|
const char *d2_bin = "../tests/simple/layers/d2.bin";
|
||||||
const char *output_bin = "../tests/test/output.bin";
|
const char *output_bin = "../tests/simple/output.bin";
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user