代码如下:

\begin{figure*}[htbp]

\begin{center}

\includegraphics[width=0.95\textwidth]{YoloV3-network.pdf}

\end{center}

\caption{The architecture of YoloV3 network.}

\label{yolov3}

\end{figure*}

加入参数width=0.95\textwidth, width=0.95指图片宽度所占当前页面的比例,高度自动按比例缩放。

​latex插入图片过大如何解决 - 知乎​