Mohammed Abbadi

Results 3 issues of Mohammed Abbadi

The converter is not mapped the face components, example: ![image](https://github.com/sign-language-processing/pose/assets/43252562/b98264e3-5f75-4ee9-b9f8-2dabd202f4c6) After the new update, the mapping will be like this: ![image](https://github.com/sign-language-processing/pose/assets/43252562/d4eac88f-791b-4018-a460-dc9629c183ca)

**Describe the Custom Component** The custom component is designed to integrate Augmented Reality (AR) into the Reflex framework, enhancing the user experience by allowing them to visualize virtual objects or...

custom component request

Hello, what is the `strd` and `multiplier` do here? what are the use for? ``` class BasicBlock(nn.Module): multiplier=1 def __init__(self, input_num_planes, num_planes, strd=1): super(BasicBlock, self).__init__() self.conv_layer1 = nn.Conv2d(in_channels=input_num_planes, out_channels=num_planes, kernel_size=3,...