-
I was trying to feed my own video as input to the model and got this error. Please help me write a function to convert the video to the appropriate shape.
-
This approach seems like a promising alternative to the cascaded 'find & segment' approach.
Here is the original paper: https://arxiv.org/abs/1703.06870
and some applications and adaptation to 3…
-
Hello everyone!
Given an image, say, [this](https://bandat-nhontrach.com/images/person-standing-png-3.jpg), I am using the Key-Point R-CNN (from detectron2) to get the coordinates of the nose and ei…
-
Whenever I run the main.py code, I keep getting this error.
Traceback (most recent call last):
File "main.py", line 10, in
from model import generate_model
File "/Users/adarshjamadandi/…
-
Hello,
I am trying to select the ground edges directly from the CNN segmentation image.
I changed this line in main_3d.cpp:
https://github.com/shichaoy/pop_up_slam/blob/237dba5448eaeacc588f23393…
-
I wanted to be able to input larger image resolutions. However when I do input image size of 480*480 it takes almost 10 minutes to process a tiny 10 second clip.
It seems when I increase image siz…
-
In the CNN in the perception module, there exists a category_score and confidence_score. The category_score is used with the objectness_thresh to determine if something is an object and the confidenc…
-
Hi, I don't have GPU so it gives this error, can you plz guide me on how i can run it on Cpu?
~\Anaconda3\lib\site-packages\lasagne\layers\dnn.py in ()
1 import theano
----> 2 from theano.sandbox.c…
-
2.5D Architecture --> patch extraction performed from three anatomical planes.
Currently, we are only using patches extracted from the axial plane, which is optimal for axial data (e.g. T2-ax, T2st…
-