Added ability to insert graphics rules inline in text frames. Modified FP Imposer GUI to show more of the side menu at a time and reduce the amount of scrolling needed. Added support for auto updating of rules and other components so that fixes can be distributed without a full install. Ad...
BACKEND_MAIL_REPORT_TO: recipient of the e-mails sent when a vulnerability is disclosed (default: security@[hostname]) Frontend FRONTEND_FORM_PGP_KEYS_PATH: (required) path to the directory containing the PGP public keys used for encrypting the vulnerability disclosures FRONTEND_VUE_URL_JS: url...
Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take...
This SmartName can be configured in the File SmartNames dialog and allows the user to specify a folder path, where all the variable images are located. Example The full path to an image looks like this: \\server\share\customer\job\images\image1.ct Use vdp_image_path to specify the ...
For the six months ending December 31, 2023 Vast reported total revenue of $768,000, compared to $547,000 for the same period in 2022. This included approximately $440,000 in revenue received in the form of grants and approximately $328,000 in revenue received from customers. The overall ...
in the form of [shift_x, shift_y] """ bool_mask = get_bool_mask_from_coco_segmentation(segmentation, width=full_shape[1], height=full_shape[0]) return cls( category_id=category_id, bool_mask=bool_mask, category_name=category_name, shift_amount=shift_amount, full_shape=full_shape, ...
shift_amount: list To shift the box and mask predictions from sliced image to full sized image, should be in the form of [shift_x, shift_y] full_shape: list Size of the full image after shifting, should be in the form of [height, width] """ self.score = PredictionScore(score) ...