-
Epoch 1/60
97/97 [==============================] - 24s - loss: 1.0072 - mAP: 0.1649 - val_loss: 0.9624 - val_mAP: 0.1296
Epoch 2/60
97/97 [==============================] - 22s - loss: 1.0060 - …
-
dists = l2_dist.forward(embed_anchor, embed_pos)
distances.append(dists.data.cpu().numpy())
labels.append(np.ones(dists.size(0)))
dists = l2_dist.forward(e…
-
Hello,
When I tried to do the sh make.sh, I got the error:
g++: error: Hypothesis.o: No such file or directory
hough_voting_layer
make.sh: 67: make.sh: nvcc: not found
g++: error: roi_pooling_…
-
why?
-
my English is not good, wish you understand me.. In my code, i get the same results, the triplet loss is 0.and change the size of the image from 512 to 256, because my money is not enough. Otherwise, …
-
how about your gallery and probe ?
and training data
-
@nickhuang1996
Hi, I find that your code supports torch 0.4.0, but when I train **_MDRS_** in triplet loss, it occurs error:
**_AttributeError: module 'torch' has no attribute 'bool'._**😭
Please f…
-
[Learning cellular morphology with neural networks](https://www.nature.com/articles/s41467-019-10836-3)
-
Thanks to the author for sharing your very good work. I would like to ask the author where is the regularization method? i didn't find it
-
I am trying to adapt this example with a new dataset.
I have a directory where I have kept `anchor`, `positive`, and `negative` examples, i.e.
```
anchor/
1.jpg
2.jpg
3.jpg
....
```
```…