Posts
-
sketchup-stl
A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
3D printing is awesome, and the STL format has emerged as a standard way to share printable 3D models. To support this community, SketchUp has gathered a couple of Ruby plugins and packaged them into a single Extension. Stay tuned! This is our first foray into Open Source, an experiment we hope to repeat.
Tags: #ruby • sketchup • extension
-
artipie
Binary Artifact Management Tool
Tags: #java • artifact-management • artifact-repository-manager
-
storytime
Storytime is a Rails 4+ CMS and blogging engine, with a core focus on content. It is built and maintained by @cultivatelabs
- Simple integration with Rails 4+ apps - Quickly get set up using a guided, automated, or manual setup experience, whatever suits your fancy.
- Quick access dashboard - Access Storytime’s dashboard from anywhere on your site with our quick access menu.
- Multi-site support - Manage multiple sites with one Storytime deployment.
- Inline text snippet editing - Create and edit snippets of content that can be re-used throughout your Storytime site.
- Admin of other Rails models - Manage your models from the Storytime dashboard.
- Custom Post Types - Add custom post types to alter functionality or appearance of posts.
- Email list building - Collect and manage emails using a simple view helper.
- New post notifications - Send notifications to your site’s subscribers whenever you publish a post.
- Built-in search - Easily search through Storytime’s posts using built-in search adapters or request parameters.
Tags: #ruby
-
BiSeNet
Add bisenetv2. My implementation of BiSeNet
My implementation of BiSeNetV1 and BiSeNetV2.
The mIOU evaluation result of the models trained and evaluated on cityscapes train/val set is: | none | ss | ssc | msf | mscf | fps(fp16/fp32) | link | |——|:–:|:—:|:—:|:—-:|:—:|:—-:| | bisenetv1 | 75.55 | 76.90 | 77.40 | 78.91 | 60/19 | download | | bisenetv2 | 74.12 | 74.18 | 75.89 | 75.87 | 50/16 | download |
Where ss means single scale evaluation, ssc means single scale crop evaluation, msf means multi-scale evaluation with flip augment, and mscf means multi-scale crop evaluation with flip evaluation. The eval scales of multi-scales evaluation are
[0.5, 0.75, 1.0, 1.25, 1.5, 1.75], and the crop size of crop evaluation is[1024, 1024].The fps is tested in different way from the paper. For more information, please see here.
Note that the model has a big variance, which means that the results of training for many times would vary within a relatively big margin. For example, if you train bisenetv2 for many times, you will observe that the result of ss evaluation of bisenetv2 varies between 72.1-74.4.
Tags: #python • bisenet • cityscapes
-
console.message
Console messages for cool kids
Console messages for cool kids
Tags: #javascript
-
tomcat-cluster-redis-session-manager
Tomcat clustering redis session manager java client.
The Redis session manager is pluggable one. It stores session into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.
Here the Sessions are implemented as non-sticky (means, each request can able to go to any server in the cluster, unlike the Apache provided Tomcat clustering setup.)
Request Sessions will be stored into Redis immediately (Session attributes must be Serializable), for the use of other servers. When tomcat receives a request from the client, Sessions are loaded directly from Redis.
Supports Redis default, sentinel and cluster mode, based on the configuration.
Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer.
Tags: #java • tomcat-clustering • tomcat-session-manager
-
rasa-ui
Rasa UI is a frontend for the Rasa Framework
Rasa UI is a web application built on top of, and for Rasa. Rasa UI provides a web application to quickly and easily be able to create and manage bots, NLU components (Regex, Examples, Entities, Intents, etc.) and Core components (Stories, Actions, Responses, etc.) through a web interface. It also provides some convenience features for Rasa, like training and loading your models, monitoring usage or viewing logs.
Tags: #javascript • rasa-nlu • nlp
-
use-selected-items-hook
Easily select items based on an array
Tags: #typescript • react • nextjs
-
bridge.
Minecraft Add-on Editor | We strive to provide the best development experience possible
bridge. is a powerful add-on editor designed to speed up your development process. It provides a rich editing experience for all files inside behavior and resource packs (JavaScript, JSON and functions) and provides a powerful work environment. Unleash the full power of add-ons with bridge. plugins and make use of rich auto-completions provided as you navigate through a file. Creating Minecraft add-ons was never more convenient!
Tags: #typescript • addon • minecraft
-
behavior3js
Behavior3 client library for Javascript (Behavior Trees for Javascript)
Behavior3JS is the original implementation and official javascript version of the Behavior3 library. It provides structures and algorithms that assist you in the task of creating intelligent agents for your game or application.
Tags: #javascript
subscribe via RSS