Giter VIP home page Giter VIP logo

cat-face's People

Contributors

hustcoderhu avatar jxzhn avatar zing22 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cat-face's Issues

教程

catface会出教程吗?

关于代码问题

将yolo_interface中的 if autoshape 注释掉后代码可以进行下去,后报错
TypeError: conv2d() received an invalid combination of arguments - got (str, Parameter, Parameter, tuple, tuple, tuple, int), but expected one of:

  • (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, tuple of ints padding, tuple of ints dilation, int groups)
    didn't match because some of the arguments have invalid types: (!str!, !Parameter!, !Parameter!, !tuple!, !tuple!, !tuple!, int)
  • (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, str padding, tuple of ints dilation, int groups)
    didn't match because some of the arguments have invalid types: (!str!, !Parameter!, !Parameter!, !tuple!, !tuple!, !tuple!, int)

猫咪图片可以离线下载吗?

我们想试试训练这一块,可以离线下载这些猫咪图片吗?
下面的这些参数是填什么,谢谢。
const app = tcb.init({
secretId: "xxx",
secretKey: "xxx",
env: "xxx"
});

[ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Unexpe…al: (tensor(float)) , expected: (tensor(float16))"

我从微信小程序发的请求,服务器正常响应了,然后返回这个err

[ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Unexpe…al: (tensor(float)) , expected: (tensor(float16))"

我在网上查了一些方法,主要是说模型的类型不匹配,出错的代码如下,想请问下哪里出现问题了呀?

crop_model = torch.hub.load('yolov5', 'custom', 'yolov5/yolov5m.onnx', source='local')

results = crop_model(src_img).pandas().xyxy[0].to_dict('records')

我尝试了在torch.hub.load()后面加 .float(),但是并没有用

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.