You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using darknet.py file.
I understand changing height and width in .cfg file affects the overall performance of YOLOv4.
I want to change height and width without loading the entire model.
load_network function loads the whole network from scratch and takes lots of time.
Is there a way to shorten this loading time? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm currently using darknet.py file.
I understand changing height and width in .cfg file affects the overall performance of YOLOv4.
I want to change height and width without loading the entire model.
load_network function loads the whole network from scratch and takes lots of time.
Is there a way to shorten this loading time? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions