Finding tiny persons under the drone vision was, is and remains to be an integral and challenging task. Unmanned Aerial Vehicles (UAVs) with high-speed, low-altitude and multiperspective flight bring about violently various scales of objects, which burdens the optimization of models. Moreover, the detection performance of densely and faintly discernible person characteristics is far less than that of large objects in highresolution aerial images. In this paper, we introduce the image cropping strategy and attention mechanism based on YOLOv5 to address small person detection in the optimized VisDrone2019 dataset. Specifically, we propose a Densely Cropped and Local Attention of object detector Network (DCLANet), which is inspired by the observation that less area occupied by small objects should be fully focused and relatively magnified in the original image. DCLANet assembled Density Map Guided Object Detection (DMNet) in Aerial Images and You Only Look Twice (YOLT): Rapid Multi-Scale Object Detection In Satellite Imagery to crop images upon training and testing stage, meanwhile, added Bottleneck Attention Mechanism (BAM) to YOLOv5 baseline framework, which more focus on person objects other than irrelevant categories. To achieve further improvement of DCLANet, we also provide bags of useful strategies: data augmentation, label fusion, category filtering and hyperparameter evolution. Extensive experiments on the VisDrone2019 show that DCLANet achieves state-of-the-art performance, the detection result of person category AP val @0.5 is 50.04% with test-dev subset, which is substantially better than the previous SOTA method(DPNetV3) by 12.01%. In addition, on our optimized VisDrone2019 dataset, AP