GithubHelp home page GithubHelp logo

Comments (6)

huanghoujing avatar huanghoujing commented on July 20, 2024 2

这个实现起来很简单的,我后续加上,你也可以先实现。

就是给一个图像x,用训好的网络提取它的特征f(x),然后对gallery集的每一张图像y_i也提取特征f(y_i),计算f(x)和每一个f(y_i)的欧氏距离,对距离从小到大排序就可以得到一个排序列表,然后把这些图像显示出来就好了。

from alignedreid-re-production-pytorch.

huanghoujing avatar huanghoujing commented on July 20, 2024

train.py在训练结束的时候会对测试集进行测试的。你也可以每隔几个epoch测试一次。

from alignedreid-re-production-pytorch.

Tz-george avatar Tz-george commented on July 20, 2024

我的意思是比较直观的,比如我扔一张图片进去,它能返回找到的类似图片的名字或者直接显示图片

from alignedreid-re-production-pytorch.

Tz-george avatar Tz-george commented on July 20, 2024

谢谢

from alignedreid-re-production-pytorch.

huanghoujing avatar huanghoujing commented on July 20, 2024

@Tz-MacWang,我提供了测试的demo,可以显示排序列表,直观看出行人检索的效果。

from alignedreid-re-production-pytorch.

Tz-george avatar Tz-george commented on July 20, 2024

谢谢

from alignedreid-re-production-pytorch.

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.