关于修改anchor
anchor与图片的输入分辨率有关系。
You should use this repository to get anchors: https://github.com/AlexeyAB/darknet By using this command for Yolo v3 (or v2): ./darknet detector calc_anchors data/hand.data -num_of_clusters 9 -width 720 -he…
1.按照MusicStore-1步骤创建mvc项目,并初始化数据库
2.修改HomeController
using Chapter8.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;namespace Chapter8.Controllers
{public class…