GithubHelp home page GithubHelp logo

Comments (11)

cgg99 avatar cgg99 commented on August 18, 2024

@futureisatyourhand Hi~How did you evaluate the base model?Did you execute python valid_ensemble.py cfg/metayolo_novel0.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile

from fewshot_detection.

futureisatyourhand avatar futureisatyourhand commented on August 18, 2024

@futureisatyourhand Hi~How did you evaluate the base model?Did you execute python valid_ensemble.py cfg/metayolo_novel0.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile

Hello, I have solved the problem, but the AP is much higher than the author's, the randomness is very strong.

from fewshot_detection.

MonsterLWR avatar MonsterLWR commented on August 18, 2024

i've met similar problem, could you please tell us how you solve it? @futureisatyourhand
thanks!

from fewshot_detection.

futureisatyourhand avatar futureisatyourhand commented on August 18, 2024

i've met similar problem, could you please tell us how you solve it? @futureisatyourhand
thanks!
First of all, the author's code is very random, the AP after each training is different, you'd better set up a random seed.
Second, the rest of the git code cannot be changed, you can try to retrain the git author's code, you may find that the results are better than the author's code, the author's code is very metaphysical, I just re-git the author's code and training results are better than the author.
For details, you can look at the results that I reproduced and optimized the algorithm, the linke is https://arxiv.org/pdf/2007.06837.pdf.

from fewshot_detection.

MonsterLWR avatar MonsterLWR commented on August 18, 2024

Thanks for your reply! I still have some questions:
how many gpus did you use? when using two gpus, should i change the learning rate or max batches? @futureisatyourhand

from fewshot_detection.

GDDKRJ avatar GDDKRJ commented on August 18, 2024

Hi~How did you perform the code when evaluating the model?
“python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile
python scripts/voc_eval.py results/path/to/comp4_det_test_”
I don’t know the “path/toweightfile” and “results/path/to/comp4_det_test_”

from fewshot_detection.

futureisatyourhand avatar futureisatyourhand commented on August 18, 2024

Hi~How did you perform the code when evaluating the model?
“python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile
python scripts/voc_eval.py results/path/to/comp4_det_test_”
I don’t know the “path/toweightfile” and “results/path/to/comp4_det_test_”

The weight file is your best weights saved, and the "results/path/to/comp4_det_test_" is your results containing boxes and label. when the first instruction executed successfully, and the the "results/path/to/comp4_det_test_" is generated. You should scan source code.

from fewshot_detection.

GDDKRJ avatar GDDKRJ commented on August 18, 2024

from fewshot_detection.

futureisatyourhand avatar futureisatyourhand commented on August 18, 2024

Is the first instruction written like this? python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg backup/metayolo/000010.weights I want to know the best weights is darknet19_448.cfg or backup/metayolo/.weights? Because when I use darknet19_448.cfg the code can't run

------------------ 原始邮件 ------------------ 发件人: "bingykang/Fewshot_Detection" @.
>; 发送时间: 2021年9月23日(星期四) 上午9:19 @.
>; @.@.**>; 主题: Re: [bingykang/Fewshot_Detection] details about the base model and the fine-tuned (#18) Hi~How did you perform the code when evaluating the model? “python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile python scripts/voc_eval.py results/path/to/comp4_det_test_” I don’t know the “path/toweightfile” and “results/path/to/comp4_det_test_” The weight file is your best weights saved, and the "results/path/to/comp4_det_test_" is your results containing boxes and label. when the first instruction executed successfully, and the the "results/path/to/comp4_det_test_" is generated. You should scan source code. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

the

Is the first instruction written like this? python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg backup/metayolo/000010.weights I want to know the best weights is darknet19_448.cfg or backup/metayolo/.weights? Because when I use darknet19_448.cfg the code can't run

------------------ 原始邮件 ------------------ 发件人: "bingykang/Fewshot_Detection" @.
>; 发送时间: 2021年9月23日(星期四) 上午9:19 @.
>; @.@.**>; 主题: Re: [bingykang/Fewshot_Detection] details about the base model and the fine-tuned (#18) Hi~How did you perform the code when evaluating the model? “python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile python scripts/voc_eval.py results/path/to/comp4_det_test_” I don’t know the “path/toweightfile” and “results/path/to/comp4_det_test_” The weight file is your best weights saved, and the "results/path/to/comp4_det_test_" is your results containing boxes and label. when the first instruction executed successfully, and the the "results/path/to/comp4_det_test_" is generated. You should scan source code. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

the instruction is to test, so it is no relation to darknet19_448.cfg, the darknet19_448.weights is pretrained weights to get backup/metayolo/000010.weights!!!

from fewshot_detection.

GDDKRJ avatar GDDKRJ commented on August 18, 2024

from fewshot_detection.

futureisatyourhand avatar futureisatyourhand commented on August 18, 2024

I want to know why the .txt is empty?It has no information.

------------------ 原始邮件 ------------------ 发件人: "bingykang/Fewshot_Detection" @.
>; 发送时间: 2021年9月23日(星期四) 中午11:40 @.>; @.@.>; 主题: Re: [bingykang/Fewshot_Detection] details about the base model and the fine-tuned (#18) Is the first instruction written like this? python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg backup/metayolo/000010.weights I want to know the best weights is darknet19_448.cfg or backup/metayolo/.weights? Because when I use darknet19_448.cfg the code can't run … ------------------ 原始邮件 ------------------ 发件人: "bingykang/Fewshot_Detection" @.>; 发送时间: 2021年9月23日(星期四) 上午9:19 @.>; @.@.>; 主题: Re: [bingykang/Fewshot_Detection] details about the base model and the fine-tuned (#18) Hi~How did you perform the code when evaluating the model? “python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile python scripts/voc_eval.py results/path/to/comp4_det_test_” I don’t know the “path/toweightfile” and “results/path/to/comp4_det_test_” The weight file is your best weights saved, and the "results/path/to/comp4_det_test_" is your results containing boxes and label. when the first instruction executed successfully, and the the "results/path/to/comp4_det_test_" is generated. You should scan source code. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. the Is the first instruction written like this? python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg backup/metayolo/000010.weights I want to know the best weights is darknet19_448.cfg or backup/metayolo/.weights? Because when I use darknet19_448.cfg the code can't run … ------------------ 原始邮件 ------------------ 发件人: "bingykang/Fewshot_Detection" @.>; 发送时间: 2021年9月23日(星期四) 上午9:19 @.>; @.@.*>; 主题: Re: [bingykang/Fewshot_Detection] details about the base model and the fine-tuned (#18) Hi~How did you perform the code when evaluating the model? “python valid_ensemble.py cfg/metayolo.data cfg/darknet_dynamic.cfg cfg/reweighting_net.cfg path/toweightfile python scripts/voc_eval.py results/path/to/comp4_det_test_” I don’t know the “path/toweightfile” and “results/path/to/comp4_det_test_” The weight file is your best weights saved, and the "results/path/to/comp4_det_test_" is your results containing boxes and label. when the first instruction executed successfully, and the the "results/path/to/comp4_det_test_" is generated. You should scan source code. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. the instruction is to test, so it is no relation to darknet19_448.cfg, the darknet19_448.weights is pretrained weights to get backup/metayolo/000010.weights!!! — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

your result is none! You must look code.

from fewshot_detection.

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.