To explore

Let's enjoy AI and remote sensing!

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, […]