请问在YOLOv1复现里面main程序中最后有一个import fire这个模块并没有啊,是博主自定义的模块吗 #14
Answered
by
bobo0810
jiayoujiang
asked this question in
Q&A
-
请问在YOLOv1复现里面main程序中最后有一个import fire这个模块并没有啊,是博主自定义的模块吗 |
Beta Was this translation helpful? Give feedback.
Answered by
bobo0810
Jun 27, 2022
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bobo0810
-
好的,谢谢博主啦,我还是小白,多谢多谢,那我应该可以删掉这个fire哈,还是非常感谢博主 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我仿了faster-rcnn的代码。fire作用是可以在命令行调用指定函数,跟算法关系不大。