Git Product home page Git Product logo

Comments (4)

HonglinChu avatar HonglinChu commented on June 27, 2024 1

siamfcpp使用GOT训练不需要提前裁剪,它是在线裁剪的,加载原始图片然后裁剪,再送入模型进行训练。旷视开源的代码也是这么操作的,因为读取的是原始图片,所以训练速度整体上会慢一点,但是不会影响太大。只有siamrpnpp的代码需要裁剪,对got离线裁剪511大小,训练的时候读取的是已经裁剪好的数据。

from siamtrackers.

zh-mi avatar zh-mi commented on June 27, 2024

谢谢博主的回答,我在复现SiamFCpp中的出现了以下的警告
image
警告:有些模型参数不在检查点中,这是模型的原因还是程序的原因啊,我模型是在官网上下载的

from siamtrackers.

zh-mi avatar zh-mi commented on June 27, 2024

不知道是不是这个原因导致我的训练变得很慢

from siamtrackers.

HonglinChu avatar HonglinChu commented on June 27, 2024

官方的不清楚,我提供了修改之后的代码和预训练模型以及训练好的模型

from siamtrackers.

Related Issues (20)

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.