Giter Site home page Giter Site logo

Comments (5)

VCasecnikovs avatar VCasecnikovs commented on June 1, 2024

Hello,
thank You for Your question.
Pred_conf comes from the network. So somewhere in the network something explodes and gives you such a result. Could You tell me Your network configuration, otherwise I would not be able to help You?
Best regards,
Vadims.

from yet-another-yolov4-pytorch.

azharshaikh06 avatar azharshaikh06 commented on June 1, 2024

the only change I have made is to the backbone, the number of blocks i am using is 1,2,2,1 instead of 2,8,8,4
hparams = {
"pretrained" : False,
"train_ds" : data_path+"train.txt",
"valid_ds" : data_path+"val.txt",
"img_size" : 800,
"bs" : 2,
"momentum": 0.9,
"wd": 0.001,
"lr": 0.01, #0.0001 for 3layer tinyyolo
"epochs" : 2,
"pct_start" : 10/100,
"iou_threshold": 0.5,
"confidence_threshold": 0.5,

"optimizer" : "Ranger",
"flat_epochs" : 15,
"cosine_epochs" : 10,
"scheduler" : "Cosine Delayed", 

"SAT" : True,
"epsilon" : 0.1,
"SAM" : False,
"ECA" : False,
"WS" : False,
"Dropblock" : True,
"iou_aware" : False,
"coord" : False,
"hard_mish" : False,
"asff" : False,
"repulsion_loss" : False,
"acff" : False,
"bcn" : False,
"mbn" : False,

}

from yet-another-yolov4-pytorch.

azharshaikh06 avatar azharshaikh06 commented on June 1, 2024

Could you tell me how to convert this model to tiny-yolov4

from yet-another-yolov4-pytorch.

VCasecnikovs avatar VCasecnikovs commented on June 1, 2024

Hello, I would recommend you to cancel each if them separately and find if there are some problems. Maybe you could do some Traceback where it fails. Also, if You have change a backbone problem could be somewhere there... Take a look, maybe you have some problems there.
About tiny yolo. I haven't implemented it. To implement it you should take only half of the channels in route nodes (concatenation).
Tianxiaomo/pytorch-YOLOv4#125

from yet-another-yolov4-pytorch.

VCasecnikovs avatar VCasecnikovs commented on June 1, 2024

Maybe the error was because you had 0 target images. If yes, the last update should fix it. Sorry for bug. d010272 #11

from yet-another-yolov4-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.