Part Number: IWRL6432BOOST
Tool/software:
With the release of Radar Toolbox 03.20.00.04 comes documentation and software to support Radar within Edge AI Studio's Model Composer .
There is currently a typo in the Surface Classification project that…
Part Number: EDGE-AI-STUDIO Tool/software: Hi, I'm checking following video. According to this video, you described "Simple to train and deploy with on chip learning options for robust anomaly detection". https://www.ti.com/video/6367452239112 However…
Part Number: EDGE-AI-STUDIO Tool/software: import torch
import torch.nn as nn
import torch.optim as optim
import onnx
import onnxruntime as ort
torch.manual_seed(42)
X = torch.linspace(0, 10, 100).reshape(-1, 1)
y = 2 * X + torch.randn(X.size…
Part Number: EDGE-AI-STUDIO Tool/software: Hello, My customer is observing following error message when they perform "training" on "object detection" of "edgeai-studio". "No resources available. You request has been placed in a queue." How can user solve…
Part Number: EDGE-AI-STUDIO I was trying to work on Edge AI Studio for object detection. I saw the time and memory limitation as : 4 hours and 4GB allocated for my myTI account.
I want to know that:
1) if I want to use more memory, is there any methods…
Part Number: EDGE-AI-STUDIO
Tool/software:
Hi Expert,
I can't train model in model composer. It seems the resources is in full allocation so need to wait till it will allocate, But now I am waiting for 5 hours.
How to resolve this issue/When…
Part Number: EDGE-AI-STUDIO
While I am working with custom image dataset in Edge AI Studio, I want to know:
Whether TI provides any Data Augmentation techniques as well as any Data Curation as its own, or it is using any augmentation and curation…
Part Number: EDGE-AI-STUDIO Tool/software: Hi Sir/Mam,
We are facing an issue during training a model (Yolox_s_lite) that has 7400 images for object detection in EdgeAi Studio. The following error message are appearing in the training log file
CUDA…
Part Number: EDGE-AI-STUDIO Other Parts Discussed in Thread: SK-AM69 Tool/software: Hi, My customer is facing communication issue between PC with model composer and SK-AM69 EVM. The error content is below. (After setting "OK" for "Serial Port Configuration…
Part Number: EDGE-AI-STUDIO Tool/software: Hello Expert,
My custom model encounter an error when it start. I think the error is associated with python3.10 .
Below log is appeared after I clicked start in custom option. root@am62axx-evm:/opt/edgeai…