{"id":19036699,"url":"https://github.com/ient/rdplot","last_synced_at":"2025-04-23T19:13:44.908Z","repository":{"id":47079968,"uuid":"98182615","full_name":"IENT/RDPlot","owner":"IENT","description":"Tool for plotting rd curves from output of video coding test model software","archived":false,"fork":false,"pushed_at":"2023-10-17T13:18:02.000Z","size":15534,"stargazers_count":32,"open_issues_count":0,"forks_count":15,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-23T19:13:34.790Z","etag":null,"topics":["analysis","h265","h266","hevc","vvc"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IENT.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-24T11:17:37.000Z","updated_at":"2025-02-22T08:57:38.000Z","dependencies_parsed_at":"2025-04-17T15:08:38.594Z","dependency_job_id":null,"html_url":"https://github.com/IENT/RDPlot","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FRDPlot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FRDPlot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FRDPlot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IENT%2FRDPlot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IENT","download_url":"https://codeload.github.com/IENT/RDPlot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496991,"owners_count":21440231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","h265","h266","hevc","vvc"],"created_at":"2024-11-08T21:55:11.099Z","updated_at":"2025-04-23T19:13:44.885Z","avatar_url":"https://github.com/IENT.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"RDPlot\n=======================\n\n.. image:: https://raw.githubusercontent.com/wiki/IENT/RDPlot/resources/figures/rdplot_gui.png\n  :alt: RDPlot GUI\n\nRDPlot is a tool for plotting rate distortion curves.\nIn particular, it can\n\n- Parse the output of reference software such as HM, SHM, or VTM.\n- Parse data points from xml-formatted files.\n- Parse data from csv-formatted files.\n- Calculate Bjontegaard Delta statistics.\n- Export plots and BD statistics for camera ready presentation.\n\nIt was developed along the design principle of easy extensibility.\nIf no parser for your data is available, you can consider to introduce a `new parser \u003chttps://github.com/IENT/RDPlot/wiki/How-to-implement-a-new-parser\u003e`_.\nIf you feel like your parser would be of interest for others, please submit a PR.\n\nCitation\n=======================\nRDPlot was presented as a Demo on VCIP 2021. Please consider citing the corresponding demo paper when using RDPlot for the evaluation of your simulations.::\n\n    @inproceedings{ScSaWi21,\n    author = {Schneider, J. and Sauer, J. and Wien, M.},\n    title = {{RDP}lot -- An Evaluation Tool for Video Coding Simulations},\n    booktitle = {Visual Communications and Image Processing {VCIP}~'21},\n    address = {Munich},\n    year = {2021},\n    month = {12},\n    publisher = {{IEEE}, Piscataway},\n    }\n\nBuild status\n=======================\n.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/37mam1gyisyauvkv/branch/master?svg=true\n  :target: https://ci.appveyor.com/project/dmehlem/rdplot\n.. |Actions| image:: https://github.com/IENT/RDPlot/actions/workflows/build_test_rdplot.yml/badge.svg?branch=master\n  :target: https://github.com/IENT/RDPlot/actions/workflows/build_test_rdplot.yml\n\n+------------+------------------+\n|  AppVeyor  | GitHub Actions   |\n+============+==================+\n| |Appveyor| | |Actions|        |\n+------------+------------------+\n\nCode Coverage\n=======================\n.. image:: https://coveralls.io/repos/github/IENT/RDPlot/badge.svg?branch=master\n  :target: https://coveralls.io/github/IENT/RDPlot\n\nInstallation\n========================\n\n.. contents::\n   :local:\n\nIn the following sections different installation strategies are outlined:\n\nInstallation via pipx\n---------------------\nRDPlot is available on `PyPi \u003chttps://pypi.org/project/rdplot/\u003e`_.\nTherefore, you can directly install RDPlot via `pipx \u003chttps://pypi.org/project/pipx/\u003e`_::\n\n  pipx install rdplot\n\nThis should work on all platforms.\nHowever, on Apple silicon you might have to fiddle a bit and use Rosetta.\n\n\nWindows installer\n-----------------\nFor Windows an installer is available on the release page.\nThe installer will install a released version.\nIf you want to install the most recent (unreleased) version, you can download the installer from `Appveyor's artifacts \u003chttps://ci.appveyor.com/project/JensAc/rdplot/build/artifacts\u003e`_.\n\n\nBuilding from Source\n=====================\nWe assume that you are familiar to Python development for the following sections.\nIf you run into any problems, don't hesitate to use the `Issue tracker \u003chttps://github.com/IENT/RDPlot/issues\u003e`_.\n\n.. contents::\n   :local:\n\nVirtual Environment\n-------------------\nIf you need system packages that conflict with the packages required for RDPlot, you can use a python virtual environment (see below).\n\nWhen you are inside a virtual environment, python ignores all system packages and instead uses a dedicated environment, allowing you to install packages with pip that would otherwise conflict with system packages and/or different versions. The pitfall is that you need to activate the environment each time you want to use the program.\n\nYou can find more info on virtual environments at https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/.\n\nvenv is included in python since version 3.3. If your python version is older consider upgrading, or install venv using::\n\n    sudo pip install virtualenv\n\nDownload RDPlot. Make sure you do this at a place where it can stay::\n\n    git clone --depth 1 https://github.com/IENT/RDPlot\n    cd RDPlot\n\nCreate a virtualenv named \"env\" inside the RDPlot directory::\n\n    python3 -m venv env\n\nActivate the venv and install dependencies::\n\n    source env/bin/activate\n    pip3 install --upgrade pip gitpython\n\nBuild and install RDPlot::\n\n    python3 setup.py sdist\n    pip3 install --no-binary rdplot --upgrade dist/rdplot-*.tar.gz\n\nLeave the environment::\n\n    deactivate\n\nRemember to activate the environment every time you want to run RDPlot::\n\n    cd RDPlot\n    source env/bin/activate\n    rdplot\n    deactivate\n\nTo uninstall, simply delete the RDPlot directory.\n\nMac OS X\n--------\n**Note:** things are not tested for Mac. You may have to fiddle a little bit.\nPlease contribute, if you have ideas for improvements.\n\nFirst of all you need to install python3.\nYou can get it `here\n\u003chttps://www.python.org/downloads/\u003e`_.\nIf you are using Homebrew you can alternatively install python3 via console::\n\n    brew install python@3.9\n\nMoreover, install all the requirements::\n\n    cd src/rdplot\n    pip3 install -r requirements.txt\n\nAdditionally install py2app::\n\n    pip3 install py2app\n\nThen navigate back to the top level and build an app in alias mode::\n\n    cd ../..\n    python3 setup.py py2app -A\n\nNow you should have an app in the dist folder.\n\n**Note:** This app contains hard links to the directory with the source.\nIt is strongly recommended to clone the whole directory to your Applications folder.\nThen you can simply build the app and launch it from the internal search.\nAnother possibility is to put an alias in your Applications folder and/or attach it to the Dock.\n\nIf you want to update the app, it is fairly easy:\nNavigate to the local copy of the repository (now most probably in your Applications folder) and then::\n\n    git pull\n    python3 setup.py py2app -A\n\nDone!\n\nUninstall is also simple: Just delete the local copy of the repositories and all aliases.\n\nRunning from repository without installation\n=============================================\nIf you want to help improving RDPlot, you most probably need to run it directly from source for development and testing.\n\nLinux\n-----\nYou can start RDPlot from the command line with::\n\n    PYTHONPATH=~PATH_TO_RDPLOT/src/ python3 PATH_TO_RDPLOT/src/rdplot/__main__.py\n\nIf you want to start the tool out of an IDE, make sure that you have set the PYTHONPATH environment variable correctly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fient%2Frdplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fient%2Frdplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fient%2Frdplot/lists"}