-
Hi, I tested Lanenet on Jetson Xavier board and achieve FPS around 3.5.
Is it reasonable ? You can reference my logs captured from my terminal console:
name: Xavier major: 7 minor: 2 memoryCloc…
-
I just want to run arm-linux-gcc 4.4.3 :}
```
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install g++-multilib
sudo apt-get install libncurse…
-
-
https://github.com/dusty-nv/jetson-inference#semantic-segmentation
I know Jetson Nano but which Xavier is being referred to here? Xavier NX or AGX Xavier?
-
I accidentally coded a recursion which then results in a segmentation fault. The difficulty is not so much that it crashes, but that there is very little feedback as to why it crashed. In my case, sin…
-
When I import onnx model that incorporates Resize layer I get a warning. Now, I know that internally model gets converted to NN and only then it's used, so I tried to manually convert it and save it…
-
## 综述
- (2020) Image Segmentation Using Deep Learning:A Survey [[paper]](https://arxiv.org/pdf/2001.05566.pdf)
- The 2018 DAVIS Challenge on Video Object Segmentation [[paper]](https://arxiv.org…
-
Hello,
I'd like to submit my project of Real-Time Instance Segmentation in the browser using TensorFlow.js as a contribution to the pool of examples.
[https://github.com/hugozanini/realtime-sema…
-
image:k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.5
Scan the image in AWS ECR, and it detects the following security problems. Can I deploy it to the production environment?
prob…
-
Hi,
amazing repo, I got my hands on an Edge TPU but I am struggling in finding an actually useful way to use it.
I am interested in doing only instance segmentation (so no classification whatsoever)…