-
Hi,I want to project the world_src_pts onto 2D image plane,and I use the projection() function from your previous work SHERF,and the projected 2d points seems like wrong,could you help me solve this?F…
-
Example from IEEE RAL: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9677911
Idea: iteratively solve 2 SDPs:
1) Minimize with fixed objective
2) Reshape objective to get lower rank solutio…
-
glove = np.reshape(glove,(Params.vocab_size,Params.emb_size))
File "/home/kamal/.local/share/virtualenvs/R-net-master-kpkmZweY/local/lib/python2.7/site-packages/numpy/core/fromnumeric.py", line 2…
-
Thanks for sharing your work, your code is so elegant, and inspired me a lot.
Here is a question about the implementation of Efficient Self-Attention
It seems you use a "mean op" to reshape k,v.
…
-
Traceback (most recent call last):
File "G:/数据集/tensorflow-yolov3-master/image_demo.py", line 43, in
np.reshape(pred_lbbox, (-1, 5 + num_classes))], axis=0)
File "G:\anaconda\lib\site-pack…
-
I write a simple 2d app with gomobile on mac.
I paint one image with fixed position and fixed size.
I found that when I resize the window quickly ,the image size on the screen is bigger or smaller pro…
-
I'm trying to understand the adjustData function in the data.py object, particularly for multi-class prediction. The conversion to one-hot makes sense. However, I don't get the purpose of the followin…
kl-31 updated
3 years ago
-
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tf 2.9.1
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobile device
_No respo…
-
IN_PATCH = TRAIN_PATCH.reshape((-1,220,PATCH_SIZE,PATCH_SIZE))
ValueError Traceback (most recent call last)
in ()
----> 1 TRAIN_PATCH = TRAIN_PATCH.reshape((-1,220…
-
Expected 2D array, got 1D array instead:
array=[0.05300031 0.02378882 0.01847368 ... 0.00791505 0.00755339 0.00548967].
Reshape your data either using array.reshape(-1, 1) if your data has a single…