Enchain is a versatile imagE labelliNg toolCHAIN for deep learning.
It is also a guidance/pipeline to prepare your own dataset.
- Binary Execuable File
- Compile From Source Code
# Download git clone --recursive https://github.com/Zhehua-Hu/Enchain # Install Dependency ## pyqt5 for python2.x ## work in ubuntu16.04 sudo apt-get install python-pyqt5 ## needed tools sudo apt-get install pyqt5-dev-tools ## UI software sudo apt-get install qt4-designer cd Enchain # Build Resources make all # Run python Enchain.py
- Ubuntu 16.04.1 LTS x64
- OpenCV3.1
- Python2.7
- PyQt5.8
-
Can not open video with Chinese path in windows
solvered in ubuntu, see "videoSlice.py":vhandle = cv2.VideoCapture(video_path.encode('utf-8'))
-
left & right widgets name can not be set in Qt designer
-
AutoSelectSetting was shown at another thread