6 रिपॉजिटरी
Offloading image manipulation tasks to a remote server by modifying request parameters.
Distinct from Image Processing: Focuses on the architectural delegation of processing to a server, rather than local image manipulation.
Explore 6 awesome GitHub repositories matching graphics & multimedia · Remote Processing Offloading. Refine with filters or upvote what's useful.
Picasso is an Android image loading library designed for downloading, caching, and displaying images in applications. It provides an automated system for memory and disk management to reduce network requests and improve load times. The library includes a bitmap transformation tool for resizing, cropping, and modifying assets before they are rendered. It also functions as a bridge for Jetpack Compose, converting image requests into painter objects for use within declarative Android user interfaces. The system manages image retrieval from multiple sources, including web URLs, local files, and
Modifies request parameters to offload image processing to a remote server to reduce local device load.
Avatarify-python is a real-time face animation tool that uses a PyTorch-based neural network to map facial movements from a live camera feed onto a static image. It creates photorealistic animated avatars that mimic a user's movements for use in video software. The project includes a remote GPU inference client that offloads heavy computational workloads to a remote server, allowing high-performance animations to run on low-spec hardware. It also features a virtual webcam driver to route synthetic video streams into video conferencing applications as a standard camera device. The system prov
Offloads intensive neural network computations to a remote GPU server to reduce local hardware requirements.
A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
Enables running the full processing pipeline on a remote server to handle large datasets from low-bandwidth locations.
Imageflow is a high-performance image manipulation library and composition engine available as a C-compatible library, a command-line image processor, and a dynamic image processing server. It provides the means to decode, encode, and apply complex visual transformations to images through programmatic interfaces, JSON job files, or on-the-fly URL query strings. The system distinguishes itself through a graph-based processing pipeline that allows for single-pass multi-format encoding, generating multiple image sizes and formats from a single decode to reduce overhead. It further features a res
Offloads image manipulation tasks to a remote server via URL query strings or JSON requests.
WebODM एक फ़ोटोग्रामेट्री सॉफ़्टवेयर सुइट और ड्रोन इमेज प्रोसेसिंग प्लेटफ़ॉर्म है जिसका उपयोग कच्ची हवाई तस्वीरों को स्थानिक डेटा में बदलने के लिए किया जाता है। यह जियोरेफरेंस्ड 2D मैप्स, 3D पॉइंट क्लाउड और डिजिटल एलिवेशन मॉडल उत्पन्न करने के लिए एक भू-स्थानिक मैपिंग टूल के रूप में कार्य करता है। यह सिस्टम एक 3D मेश जनरेटर के रूप में संचालित होता है जो ओवरलैपिंग हवाई तस्वीरों को टेक्सचर्ड मॉडल में बदल देता है। यह विभिन्न फ़ोटोग्रामेट्री इंजनों के माध्यम से भौगोलिक विश्लेषण और सर्वेक्षण के लिए सटीक आउटपुट तैयार करने के लिए एक हवाई मैपिंग वर्कफ़्लो प्रदान करता है। इस प्लेटफ़ॉर्म में भू-स्थानिक डेटा विज़ुअलाइज़ेशन और हवाई इमेजरी के प्रसंस्करण के लिए क्षमताएं शामिल हैं। यह विभिन्न बैकएंड्स में वर्कफ़्लो को मानकीकृत करने के लिए एक प्रोसेसिंग पाइपलाइन का उपयोग करता है और मैपिंग और GIS एप्लिकेशन के लिए इमेजरी को मानकीकृत जियोरेफरेंस्ड फॉर्मेट्स में बदलने का कार्य करता है।
Processes large drone image datasets via a remote photogrammetry pipeline to create georeferenced spatial data.
This project is a feature-rich data grid component designed for Vue applications. It provides a flexible interface for rendering, managing, and manipulating structured information, offering built-in support for essential tabular operations such as sorting, filtering, pagination, and row selection. The library distinguishes itself through its highly extensible architecture, which allows developers to override default rendering for cells, headers, and pagination controls using scoped slots. It supports complex data workflows by enabling hierarchical organization through collapsible row grouping
Delegates sorting, filtering, and pagination to a remote server by disabling local processing and emitting events for every user interaction.