-
https://arxiv.org/abs/2011.10881
-
You should identify and read some (3-5) scientific papers or works where similar to your research.
I think that in the world of egocentric they use a lot the term "attention" as a similar concept to …
-
Hello Weijing, I appreciate your work of Point-GNN very much.
Do you have a detailed explanation on how your coding works, for example a detailed journal article, as I don't understand the differen…
-
Hi,
I got 2 questions about YOLOV3:
+ Question 1: on the paper of YOLOV3, Table 1 Darknet-53, the number of convolution layers is 52, but not 53. is Connected 1000 a convolution layer? or any othe…
-
https://arxiv.org/abs/1612.06321
https://research.googleblog.com/2018/03/google-landmarks-new-dataset-and.html?m=1
https://github.com/tensorflow/models/tree/master/research/delf
-
Dear Mart,
I attempted to run Docker, and it seems that the preinstalled version of wholeslidedata is 0.1.0. However, I encountered some issues as certain files in this version appear to be unavail…
-
I have trained faster rcnn with a custom dataset based on Pascal VOC format. Now I wanted to use 3rd or 4th convolutional layers of **vgg16** to deal with the object of specific size. But I don't know…
-
Hi! The plaidml installation succeed, but there are some problems with the tensors:
To avoid tensorflow operations, I installed ngraph_bridge, but I got this error:
```
Traceback (most recent c…
-
Hi,
I was trying to replace HoG features with dense SIFT features.
However, I found esvm_detect.m will change feature dimension especially for HoG.
Simply replacing model.x with SIFT feature will no…
-
18/500 [>.............................] - ETA: 30:36 - loss: 20.9180 - rpn_class_loss: 0.0069 - rpn_bbox_loss: 0.2060 - mrcnn_class_loss: 0.0453 - mrcnn_bbox_loss: 0.0975 - mrcnn_mask_loss: 0.2016 - …