alejoGT1202

Results 9 issues of alejoGT1202

Hi, I'm trying to run the `demo_inference.py `script, like this: `python3 scripts/demo_inference.py --cfg configs/halpe_coco_wholebody_136/resnet/256x192_res50_lr1e-3_2x-dcn-combined.yaml --checkpoint pretrained_models/multi_domain_fast50_dcn_combined_256x192.pth --video /home/alejo/Videos/test.mp4 --posebatch 2 --detbatch 1 ` However, it indicates that loading the model...

I'm training on an EC2 instance with T4 GPU and 16GB of memory. I'm using a batch size of 2 and image size of 960, however after 3 epochs the...

In yoloV5 it's possible to do batch inference as shown [here](https://github.com/ultralytics/yolov5/issues/36) is this possible with yoloR?

Hello, I could follow successfully the Slim YoloV2 tutorial and deploy a model with my custom data on the V831 board. However, the results where not as expected, so I...

Hello, I follow the steps described [here ](https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/YOLOR.md) and was able to generate the `.wts ` and .`cfg` files. However, when I execute the `deepstream-app -c deepstream_app_config.txt` command the process...

Hello, I would like to know if it's possible to do the following using the REQ/RESP approach instead of PUB/SUB. I have one device that will be transmitting the images,...

### Describe the bug I've implemented the [generate_presigned_post](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/generate_presigned_post.html) for uploading files to my s3. I have tested it on my EKS Cluster with small video clips and it works as...

s3
p2

I'm trying to use the Onvif [Recordings WSDL](https://www.onvif.org/ver10/recording.wsdl) I create my custom class as follows: ``` class Recordings(OnVif): namespace = "http://www.onvif.org/ver10/recording/wsdl" wsdl_file = getWSDLPath("recording.wsdl") sub_xaddr = "recording_service" port = "RecordingBinding"...

Hello I trained a two class yolov8n model using `Ultralytics version 8.2.93` Then I tried to use the conversion tool to export my model as a blob to use it...

bug