-
Hi! Is it possible to run the Mask R-CNN on a GPU: AMD Radeon Pro 5300M. As far as I know with PlaidML you get a backend for keras, but in the code there are several tensorflow operations. Therefore I…
-
7/8 Optimization 방법론
- Optimization 방법론의 발전
- Gradient Descent Algorithm
- 어떠한 함수의 최소점을 찾는것
- 함수의 공간은 파라미터, 파라미터 갯수가 엄청나게 늘어나면 함수 형태 파악 불가능
- 파라미터의 기울기만을 알고 있다고 가정(코스트 함수를 최소화 하기 위해, 코스…
-
Train code was seperated to train.py and train_auc.py.
I do not know what different and how to use.
-
Figure 2: Feature and Patch Extraction (Sec. 3). Residual networks extract 1) a context feature map at 1/4 resolution and 2) a 2-level pyramid of matching features at 1/4 and 1/8 resolution. Many p…
-
作者您好,我最近在尝试对您的PointGnn做一些改动。但是由于我的水平有限,不知道这些改动是否可行,有一些问题想要问您:
1、为什么您选用体素采样这种计算量较大的采样方法,是否有其他方法可以替代,如FPS最远点采样?
2、如果对图顶点的邻点按照该点密度/距离加入权重,是否会对训练结果产生好的影响。比如:顶点为P,邻点A有3个采样点,与P点的距离为5;邻点B有5个采样点,与P点的距离为3,是否…
-
is not onnx.load() with args "xxx.onnx"?
vision/classification_and_detection/python/backend_pytorch.py line 34:self.model = onnx.load(model_path)
when I run "./run_local.sh pytorch resnet50 cpu" t…
-
As you mentioned in your paper, replacing the PET backbone network with ConvNext_Tiny can have good training effect, but I found that the effect was not satisfactory when I repeated this experiment. I…
-
In this issue you can either:
- Add papers that you think are interesting to read and discuss (please stick to the format).
- **Vote**: should be done using 👍 on comments
Example: [Voting Paper…
-
**Is your feature request related to a problem? Please describe.**
Leica SCN format is a popular digital pathology image format. Files are commonly found in lab settings. Support for SCN would be nec…
-
Train: 100
Configurations:
BACKBONE resnet50
BACKBONE_STRIDES [4, 8, 16, 32, 64]
BATCH_SIZE 1
BBOX_STD_DEV [0.1 0.1 0.…