Restrict to modify the Terraform source code

How to encrypt or protect the terraform source tf. I dont want others to change or view the content inside terraform main.tf files. Is there anyway to convert this main.tf as executable or encrypted version to understand by terraform apply commamd I don’t want anyone to view or modify the source file. At a same … Read more

High memory consumption of .Net 6 app on Linux

I encountered a very serious problem when switching from Windows to Linux (Ubuntu). The problem is very high memory consumption. I first noticed an increase in memory consumption on Windows when moving from .Net Framework to .Net Core 5. But then this was not much of a problem and was acceptable since the increase was … Read more

Action Prediction on Video Data based on Mediapipe Keypoints

I would like to train a Model to predict the Actions in a Video based on Mediapipe Keypoints. Framenumber,Keypoint_Pose_0_X,Keypoint_Pose_0_Y,Keypoint_Pose_0_Visibility,Keypoint_Pose_1_X,Keypoint_Pose_1_Y,Keypoint_Pose_1_Visibility,Keypoint_Pose_2_X,Keypoint_Pose_2_Y,Keypoint_Pose_2_Visibility,Keypoint_Pose_3_X,Keypoint_Pose_3_Y,Keypoint_Pose_3_Visibility,Keypoint_Pose_4_X,Keypoint_Pose_4_Y,Keypoint_Pose_4_Visibility,Keypoint_Pose_5_X,Keypoint_Pose_5_Y,Keypoint_Pose_5_Visibility,Keypoint_Pose_6_X,Keypoint_Pose_6_Y,Keypoint_Pose_6_Visibility,Keypoint_Pose_7_X,Keypoint_Pose_7_Y,Keypoint_Pose_7_Visibility,Keypoint_Pose_8_X,Keypoint_Pose_8_Y,Keypoint_Pose_8_Visibility,Keypoint_Pose_9_X,Keypoint_Pose_9_Y,Keypoint_Pose_9_Visibility,Keypoint_Pose_10_X,Keypoint_Pose_10_Y,Keypoint_Pose_10_Visibility,Keypoint_Pose_11_X,Keypoint_Pose_11_Y,Keypoint_Pose_11_Visibility,Keypoint_Pose_12_X,Keypoint_Pose_12_Y,Keypoint_Pose_12_Visibility,Keypoint_Pose_13_X,Keypoint_Pose_13_Y,Keypoint_Pose_13_Visibility,Keypoint_Pose_14_X,Keypoint_Pose_14_Y,Keypoint_Pose_14_Visibility,Keypoint_Pose_15_X,Keypoint_Pose_15_Y,Keypoint_Pose_15_Visibility,Keypoint_Pose_16_X,Keypoint_Pose_16_Y,Keypoint_Pose_16_Visibility,Keypoint_Pose_17_X,Keypoint_Pose_17_Y,Keypoint_Pose_17_Visibility,Keypoint_Pose_18_X,Keypoint_Pose_18_Y,Keypoint_Pose_18_Visibility,Keypoint_Pose_19_X,Keypoint_Pose_19_Y,Keypoint_Pose_19_Visibility,Keypoint_Pose_20_X,Keypoint_Pose_20_Y,Keypoint_Pose_20_Visibility,Keypoint_Pose_21_X,Keypoint_Pose_21_Y,Keypoint_Pose_21_Visibility,Keypoint_Pose_22_X,Keypoint_Pose_22_Y,Keypoint_Pose_22_Visibility,Keypoint_Pose_23_X,Keypoint_Pose_23_Y,Keypoint_Pose_23_Visibility,Keypoint_Pose_24_X,Keypoint_Pose_24_Y,Keypoint_Pose_24_Visibility,Keypoint_Pose_25_X,Keypoint_Pose_25_Y,Keypoint_Pose_25_Visibility,Keypoint_Pose_26_X,Keypoint_Pose_26_Y,Keypoint_Pose_26_Visibility,Keypoint_Pose_27_X,Keypoint_Pose_27_Y,Keypoint_Pose_27_Visibility,Keypoint_Pose_28_X,Keypoint_Pose_28_Y,Keypoint_Pose_28_Visibility,Keypoint_Pose_29_X,Keypoint_Pose_29_Y,Keypoint_Pose_29_Visibility,Keypoint_Pose_30_X,Keypoint_Pose_30_Y,Keypoint_Pose_30_Visibility,Keypoint_Pose_31_X,Keypoint_Pose_31_Y,Keypoint_Pose_31_Visibility,Keypoint_Pose_32_X,Keypoint_Pose_32_Y,Keypoint_Pose_32_Visibility,Action 0,481,118,0.9999821186065674,489,106,0.9999444484710692,494,107,0.9998898506164552,498,107,0.9998225569725036,472,105,0.9999796152114868,465,104,0.9999828338623048,460,103,0.9999879598617554,502,114,0.9993197917938232,452,109,0.999990463256836,488,133,0.9998002648353576,469,132,0.9999774694442748,493,182,0.995231568813324,431,184,0.999991536140442,488,273,0.0262717884033918,401,281,0.9973281621932985,513,338,0.0641939714550972,459,362,0.984261393547058,520,357,0.0794331803917884,473,383,0.9602025747299194,525,355,0.0814166516065597,482,373,0.9599066376686096,520,349,0.0855123922228813,480,366,0.9528304934501648,497,370,0.998590648174286,476,375,0.9997231364250184,491,466,0.3849213421344757,487,468,0.9575459361076356,498,563,0.6474338173866272,493,563,0.8860534429550171,492,582,0.7143721580505371,485,582,0.7824604511260986,544,582,0.7379774451255798,537,596,0.8613807559013367,Action_1 This is the Head of my merged Dataset from different Videos i created with: import cv2 import mediapipe as mp import csv import time import random import logging import os import pandas as pd logging.basicConfig(level=logging.DEBUG, … Read more

GitHub action fails with exit code 1 when command return 0

I’m doing a github action for a project that has this part: – name: Check for version change id: check_version run: | git fetch origin main VERSION_CHANGED=$(git diff –name-only ${{ github.event.before }}..HEAD | grep -c ‘^src/manifest.json$’) echo “version_changed=$VERSION_CHANGED” >> “$GITHUB_OUTPUT” It allows me to see if there has been a change in my manifest file. … Read more

Using Metz Filter in image processing

I want to impalement of Metz filter to the image. Metz filter is defined as The 1-dimensional Metz restoration filter in the frequency domain is defined as : ๐Œ(๐Ÿ) = (1 โˆ’(1 โˆ’ ([๐†(๐Ÿ)]^2))^๐+1)โˆ•(๐†(๐Ÿ)) Where ๐‘ is the Metz power, ๐‘“ is the zero-mean Gaussian density function, ๐บ(๐‘“) its transfer function (๐บ(0) defined as 1). … Read more

lmer analysis for 58 people 4 timepoints, advice on setting the model

Iโ€™m looking for some advice on analysing this data. I think I need a multilevel model. I have 58 participants measured progesterone and a factor at 4 timepoints. I would like to do a model to see how progesterone predicts factor1, but it should take into account repeated measurements per individual (4* per person). factor1~progesterone … Read more

Forcing reset using 1200bps open/close on port. AVRDUDE

Can’t upload / download file to Arduino board using avrdude. What I get is following error messages: avrdude.exe: jtagmkII_open_pdi() avrdude.exe: jtagmkII_getsync() avrdude.exe: jtagmkII_getsync(): Sending sign-on command: avrdude.exe: jtagmkII_send(): sending 1 bytes avrdude.exe: ser_recv(): programmer is not responding avrdude.exe: jtagmkII_recv(): Timeout receiving packet avrdude.exe: jtagmkII_getsync(): sign-on command: status -1 AVRDUDE from within ArduinoIDE get things done, … Read more