Giter VIP home page Giter VIP logo

Comments (2)

LdDl avatar LdDl commented on September 27, 2024

Hi!
Can you provide more details on it?
What is official Pytorch repository for YOLOv7-tiny? I'm aware of AlexeyAB's only and it is C/C++ all about

UPD: *.pt -> *.weights should easy though anyways

from go-darknet.

alemelis avatar alemelis commented on September 27, 2024

@LdDl thanks for the reply!

yolov7 official repository is this one
https://github.com/WongKinYiu/yolov7
as also AlexeyAB mention in his fork
AlexeyAB/darknet#8595

at the moment there are two options for training a custom v7 model:

  1. train in pytorch with https://github.com/WongKinYiu/yolov7 by using imagenet pre-trained weights from there
  2. train in C/C++ with darknet https://github.com/AlexeyAB/darknet by using imagenet pre-trained weights provided by Alexey

The benefit of 1 is that you can use all the new augmentation strategies proposed in the paper https://arxiv.org/abs/2207.02696 . This is not true for 2 as these have not been implemented fully yet. Hence in 2 I'd have a sub-par model.

The problem with 1 is that I get a .pt file and it is not really clear to me how I should go and convert the file.
See here

from go-darknet.

Related Issues (17)

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.