Skip to content

A simple image view tool on server written in Python

License

Notifications You must be signed in to change notification settings

JPChen2000/ImageViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageViewer

ImageViewer is a simple command line tool, implemented in python, designed to meet the needs of viewing images on the server side.

超级简单的服务端图片浏览工具,解决服务端无法查看图片的问题


Function

Current Support Features

  • View Images
  • Export image file list as json
  • Delete image

Future

  • Datasets Image view
  • Extend data labeling

Install

Install by pip

pip install git+https://github.com/JPChen2000/ImageViewer.git
git clone https://github.com/JPChen2000/ImageViewer.git
cd ImageViewer
pip install .

Install by hand

git clone https://github.com/JPChen2000/ImageViewer.git

vim ~/.zshrc
alias imageview = "python /path/to/imageview.py"
source ~/.zshrc

How to use

imageview [PATH] [PORT]
# imageview ./test 5555
# if u use it on server, u need to do port mapping as
ssh -L ${PORT}:127.0.0.1:${PORT} ${SERVER_IP}
# ssh -L 8080:127.0.0.1:8080 98

example

example

About

A simple image view tool on server written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages