Zeyu Xu

Let's enjoy AI and remote sensing!

Author: zeyu

How to Use the “Wildlife Detection Model” https://ai.zeyuxu.com/#annotation-online This is an AI-assisted online annotation tool specifically designed for wildlife detection. The tool provides a user-friendly interface for creating, editing, and managing bounding box annotations on images. Here are its key features: 1. Image Handling: 2. Annotation Capabilities: 3. Box Management: 4. Advanced Features: 5. User Interface: The tool is particularly suited for wildlife researchers and data scientists working on wildlife detection projects, offering a balance between […]

How to Use the “Large Image Detection” https://ai.zeyuxu.com/#detection2 The Large Image Detection system is an advanced solution designed specifically for processing high-resolution wildlife imagery that exceeds standard dimensions (>512×512 pixels). This sophisticated tool employs a sliding window approach to analyze large-scale aerial photographs or landscape images while maintaining detection accuracy across the entire frame. The system features a comprehensive set of interactive controls including zoom in/out capabilities, directional panning (up, down, left, right), and a reset […]

How to Use the “Wildlife Detection Model” https://ai.zeyuxu.com/#detection The Basic Detection Model is a streamlined wildlife detection system optimized for standard-sized images (512×512 pixels). It excels at rapid identification of five distinct wildlife categories: White-eared Kob, Mongalla Gazelle, Tiang, Reedbuck, and other wildlife species. Each detection is visually represented with color-coded bounding boxes – red for White-eared Kob, green for Mongalla Gazelle, cyan for Tiang, pink for Reedbuck, […]

1、Determine if the folder exists, and if it does not exist, create. import osif not os.path.exists(path):os.mkdir(path) 2、Traversing folders with files in a specific format. import osimport fnmatchimg_list = fnmatch.filter(os.listdir(path), '*.png')for img in img_list :…… 3、Rename the file. import osos.rename(Old_Dir,New_Dir) 4、Path connection. import osNew_Dir=os.path.join(path,filestr,filetype) 5、Copy files. import shutilshutil.copy(Old_Dir, New_Dir) 6、Replace the suffix name jpg_img=files[:-4]+".jpg" 7、Replace characters […]

1、Web of science https://www.webofscience.com/wos/woscc/basic-search 2、Ei Engineering https://www.engineeringvillage.com 3、IEEE xplore https://ieeexplore.ieee.org/Xplore/home.jsp 4、Elsevier https://www.sciencedirect.com/ 5、SrpingLink https://link.springer.com/ 6、Nature https://www.nature.com/ 7、PNAS https://www.pnas.org/ 8、Socopus https://www.scopus.com 9、Google Scholar https://scholar.google.com/

Detailed explanation of deep learning configuration, including historical versions. This article contains many useful links. 1、Install Visual Studio and CUDA VS is not required, but it is highly recommended to install it.https://visualstudio.microsoft.com/ Note: Visual Studio should be installed before installing CUDA, but the choice of Visual Stuido version needs to refer to the CUDA version, […]