ARM64 D2000 Galaxy Kirin desktop operating system V10 (SP1) install Miniconda3-py37_4.9.2-Linux-aarch64.sh

Download available version https://repo.anaconda.com/miniconda/Miniconda3-py37_4.9.2-Linux-aarch64.sh Install bash Miniconda3-py37_4.9.2-Linux-aarch64.sh log yeqiang@yeqiang-greatwall:~/Downloads$ bash Miniconda3-py37_4.9.2-Linux-aarch64.sh Welcome to Miniconda3 py37_4.9.2 In order to continue the installation process, please review the license agreement. Please, press ENTER to continue >>> ===================================== End User License Agreement – Anaconda Individual Edition ===================================== Copyright 2015-2020, Anaconda, Inc. All rights reserved under the 3-clause BSD License: […]

Install jupyter notebook+ virtual environment to install tensorflow (cpu&gpu version) based on Miniconda3

This article refers to many other tutorials of station c during the installation process. This article records the problems encountered during the installation process and the installation process one by one, hoping to contribute. This article is based on the premise that miniconda has been installed and the environment variables have been set. Directory 1. […]

CentOS 7 installs Miniconda 3 (based on Apple M2)

1. Foreword Visualization tool Superset, scheduler Airflow and other components in big data technology depend on the Python environment. In order to avoid conflicts caused by installing multiple Python versions, Miniconda can be used to solve them. Miniconda is an open source package and environment manager that can be used to install packages of different […]

3 Install Miniconda+Mediapipe+Pytorch+TensorFlow on Raspberry Pi virtual machine

This article mainly shares the simple version tutorial of installing Miniconda + Mediapipe + Pytorch + TensorFlow on the Raspberry Pi virtual machine. The image used is 2020-02-12-rpd-x86-buster.iso, and the virtual machine software is VMware16. Directory 1. Preparation Second, the installation of Miniconda 3. Installation of Mediapipe Four, Pytorch installation Five, TensorFlow installation 1. Preparations […]

Instance segmentation SOLO & SOLOv2 training self-built data set (ubuntu20.04 + miniconda)

SOLO & amp; SOLOv2 training dataset Continuing from the previous instance split SOLO & amp; SOLOv2 environment configuration (ubuntu20.04 + miniconda) Considering that using open source codes to train public datasets lacks soul, you should first use open source codes to train self-built datasets, and then use improved codes to train self-built datasets. Go directly […]

Instance split SOLO & SOLOv2 environment configuration (ubuntu20.04 + miniconda)

SOLO & amp; SOLOv2 environment configuration If instance segmentation cannot bypass Mask R-CNN, then the Fast, High-quality and SOTA features mentioned by the author of SOLOv2 all allow Can’t wait to try it Open source code address: https://github.com/WXinlong/SOLO This article basically refers to the process configuration in the original author’s open source code. The main […]

One-stop service from installing miniconda to configuring jupyter and GPU version pytorch without root privileges on Ubuntu

Foreword I have gone back and forth to the school server several times. The school does not have root user permissions for students. The teacher can only install miniconda and then manually configure jupyter, GPU version pytorch and other environments. If you are a veteran, you can follow these commands to install. If you are […]

[Solved] Error when opencv(cv2) processes pictures: cv2.error: OpenCV(3.4.2) C:\Miniconda3\conda-bld\opencv-suite_1534379934306\work\

Encountered this error while training the model: cv2.error: OpenCV(3.4.2) C:\Miniconda3\conda-bld\opencv-suite_1534379934306\work\modules\imgproc\src\resize.cpp:4044: error: (-215 :Assertion failed) !ssize.empty() in function ‘cv::resize’ On the Internet, it may be an error because the picture is not read. (Try not to include Chinese in the path when using opencv) The error code is as follows: img = cv2.imread(img_path) gt = cv2.imread(gt_path) […]

[Solved] Failed to execute script entry_point and Command ‘lsb_release -a’ returned non-zero error – summary of installing miniconda

Configuration Instructions System: Ubuntu 20.04 server 64bit Self-installed python version: 3.9.11 Miniconda version: Miniconda3 Linux 64-bit (Python 3.9) Problem description subprocess.CalledProcessError: Command ‘lsb_release -a’ returned non-zero exit status 1. [15057] Failed to execute script entry_point Problem resolution Others problem solved (Only about Failed to execute script entry_point error) Insufficient hard disk space (Anaconda: less than […]