GithubHelp home page GithubHelp logo

Comments (4)

ttengwang avatar ttengwang commented on August 25, 2024

hi 谢谢关注。确实,基于GT proposal与基于predicted proposals的模型有微小的不同,不可以直接使用相同的预训练模型参数。

该代码是支持训练TSP+PDVC+GT proposals训练的,但是我之前并没有跑过这个setting。你可以自己测试下,相信性能会有显著改善。如果不着急,我后面有时间也会测试下然后发给你,可能在一个月内。

from pdvc.

PKULiuHui avatar PKULiuHui commented on August 25, 2024

感谢回复!请问如果是基于GT proposals训练的话命令是什么呢?我看README里面“PDVC with learnt proposals”和"PDVC with ground-truth proposals"训练命令是一样的

from pdvc.

ttengwang avatar ttengwang commented on August 25, 2024

确实是一样的,抱歉这里写错了,现已修正。同时添加了您需要的cfg文件,请运行:

# Training
config_path=cfgs/anet_tsp_pdvc_gt.yml
python train.py --cfg_path ${config_path} --criteria_for_best_ckpt pc --gpu_id ${GPU_ID}

# Evaluation
eval_folder=anet_tsp_pdvc_gt
python eval.py --eval_folder ${eval_folder} --eval_transformer_input_type gt_proposals --gpu_id ${GPU_ID}

from pdvc.

PKULiuHui avatar PKULiuHui commented on August 25, 2024

我训练了一下TSP+GT proposals的模型,在整个验证集上结果为(bleu4: 12.57,METEOR: 16.62,CIDEr: 30.32),确实比论文中使用V+F的特征要更好

from pdvc.

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.