Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ce-dric/pruebas-de-validacion
acceptance testing, image viewer for validation
https://github.com/ce-dric/pruebas-de-validacion
annotations clipboard image-parallel image-processing image-viewer labelme ubuntu ubuntu-viewer ubuntu1604 validation viewer
Last synced: 1 day ago
JSON representation
acceptance testing, image viewer for validation
- Host: GitHub
- URL: https://github.com/ce-dric/pruebas-de-validacion
- Owner: ce-dric
- License: mit
- Created: 2020-10-05T02:22:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T09:08:56.000Z (4 months ago)
- Last Synced: 2024-11-14T21:12:19.290Z (2 months ago)
- Topics: annotations, clipboard, image-parallel, image-processing, image-viewer, labelme, ubuntu, ubuntu-viewer, ubuntu1604, validation, viewer
- Language: Python
- Homepage:
- Size: 1.35 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pruebas-de-validacion
> 'pruebas-de-validacion' means acceptance testing,
> ![test](etc/test.gif)
> image viewer for parallel comparison
> ![demo](etc/demo.png)## Author
👤 **Changwoo Song**
> Github: [@Odin-son](https://github.com/Odin-son)
> LinkedIn: [@mdsd12](https://linkedin.com/in/mdsd12)
>
> This project was inspired from [acbetter](https://gist.github.com/acbetter/e7d0c600fdc0865f4b0ee05a17b858f2)
## Requirements
* library
* PyQt5## Getting Started
> in case of using virtualenv,
```bash
$ virtualenv [env_name] --python=python3.7
$ source [en_name]/bin/activate
```
> in case of using anaconda,
```bash
$ conda create -n [env_name] python=3.7
$ conda activate [env_name]
```
> install required library(CLI)
```
$ pip install PyQt5 pyperclip
```## How to use
> From now on, execute program by using command `python viewer.py`
```
$ cd path/to/project
$ cd src/``
$ python viewer.py
```
> Choose the menu items when the program runs
>
![demo1](etc/demo1.png)
>
> Before using `Open Both...`, there is required structure below:
```
# use the same filename for each sub-directory
ROOT
├── original
│ ├── image.png
│ └── ...
└── mask
├── image.png
└── ...
```
> In case of using `Find...`, the viewer is located in the center based entered position
>
![demo2](etc/demo2.png)
> In case of using `Find Direct...`, the viewer is located in the center based on content of clipboard
> There is a function which is able to extract only number from content of clipboard
## Troubleshooting
```
$ cd path/to/project
$ cd src/
$ python viewer.py
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Aborted (core dumped)
```
> sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev## 📝 License
Copyright © 2020 [Changwoo Song](https://github.com/Odin-son).
This project is [MIT](https://github.com/Odin-son/pruebas-de-validacion/blob/main/LICENSE) licensed.