Coder Social home page Coder Social logo

ucas-dx / orgline Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 23.14 MB

The complete training and fine-tuning source code will be released after the paper is accepted.

License: GNU Affero General Public License v3.0

Jupyter Notebook 98.78% Python 1.22%

orgline's Introduction

OrgLine Logo

Introduction

OrgLine, the first multitask analysis pipeline for organoids, which leverages a pretrained detector and a vision foundational model to facilitate large-scale automated cultivation and analysis of organoids. OrgLine achieves precise localization, counting, classification, and segmentation of organoids, providing a foundational and efficient analytical support system.

Getting Started

python version

  • Environment Setup Configuration

    Automatic environment setup, please be patient.

    conda create -n orgline python=3.10
    conda activate orgline
    conda install git
    git clone https://github.com/ucas-dx/OrgLine.git
    cd OrgLine
    python install_env.py
    conda install conda-forge::vs2015_runtime 
  • Quick usage

    cd models & python simple_inference.py
  • Jupyter

    You can run the contents of the SimpleOperation.ipynb file, and all processes will be automated.

    from models.simple_inference import OrgAnalysis
    image_folder = 'images'
    org_analysis = OrgAnalysis(image_folder)
    org_analysis.analyze(show_seg=True,show_bboxes=False)

    Output Image

orgline's People

Contributors

ucas-dx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.