diff --git a/.gitmodules b/.gitmodules index 81a9427..c35b84a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,8 @@ [submodule "learn/yolov5"] path = learn/yolov5 url = http://192.168.0.51:3000/wangchunlin/yolov5-fire.git - branch = use - depth = 1 + branch = use2 +[submodule "learn/Darknet2Pytorch2Onnx"] + path = learn/Darknet2Pytorch2Onnx + url = http://192.168.0.51:3000/wangchunlin/Darknet2Pytorch2Onnx.git + branch = use diff --git a/learn/Darknet2Pytorch2Onnx b/learn/Darknet2Pytorch2Onnx new file mode 160000 index 0000000..1d4cf92 --- /dev/null +++ b/learn/Darknet2Pytorch2Onnx @@ -0,0 +1 @@ +Subproject commit 1d4cf9249f723166ceaea3573becbba4a7726916 diff --git a/learn/templates/home.html b/learn/templates/home.html index a1024c8..ab6c3e5 100644 --- a/learn/templates/home.html +++ b/learn/templates/home.html @@ -6,7 +6,17 @@ WildFire - + + + + + + + + + + + {% csrf_token %} {#如果不加这个,程序会报错#} @@ -19,25 +29,59 @@ 获取剪切板在无https情况下失败,直接Ctrl+V即可

模型选择: - - + +

+ +