Md Faruk Alam
Md Faruk Alam
this is my model summary, Sequential( (0): Linear(in_features=49, out_features=64, bias=True) (1): ReLU() (2): Linear(in_features=64, out_features=256, bias=True) (3): ReLU() (4): Linear(in_features=256, out_features=1024, bias=True) (5): ReLU() (6): Linear(in_features=1024, out_features=256, bias=True) (7): ReLU()...
Here is my model summary, Sequential( (0): Linear(in_features=49, out_features=64, bias=True) (1): ReLU() (2): Linear(in_features=64, out_features=256, bias=True) (3): ReLU() (4): Linear(in_features=256, out_features=1024, bias=True) (5): ReLU() (6): Linear(in_features=1024, out_features=256, bias=True) (7): ReLU()...
After downloading the weight file, when I am loading this model. It's not working. If I want to use this model later to work perfectly how can I do that?
When using this it's not saving the actual predicted image. I also wanted to know how can I save the predicted image in different format like jpg/png etc. I have...
I have a computer vision project where I am finding the thickest point from veins in an arm using three cameras. My setup includes: 3 cameras capturing different views of...
### Search before asking - [x] I have searched the jetson-containers [issues](https://github.com/dusty-nv/jetson-containers/issues) and found no similar feature requests. ### Question when I am using ''pip3 install onnxruntime-gpu''. But it's not...
my jetson have cuda 12.6, deepstream 7.1, jepack 6.2. i was trying to run "deepstream-app -c deepstream_app_config.txt" this and I got the error. i was following everything that are mention...