-
My config is like this:
_base_ = [
'../configs/_base_/default_runtime.py',
'../configs/_base_/schedules/schedule_sgd_1200e.py',
'../configs/_base_/det_models/dbnet_r18_fpnc.py',
…
-
### 问题描述 Issue Description
time cmake -DPY_VERSION=3.8 -DWITH_GPU=ON -DWITH_TESTING=ON ..
python的so链接库确实是有的, 但是编译的时候顺序不对
python的位置太靠前,导致后面的libfinal_dygraph_function.a 找不到python的so
make test_eg…
-
# HERA:
I have fixed the simulator such that the proper models of source, gain, fluctuations, cross talk and rfi are simulated. The generation script will need to be refactored and comitted to the re…
-
Hi,
thank you for sharing the code of the method presented in your paper "Deep Metric Learning for OpenWorld Semantic Segmentation".
I am trying to reproduce the results you reported in your paper …
-
Thank you very much for this repo and your paper.
This is not so much an issue as much as it is shared tips for others who, like me, may be struggling to run this code on latest Nvidia graphics car…
-
Hi team,
I'm trying to install MMPose, it also requires to install mmcv-full. But when I used openmim to install it (followed the instructions recommended) as follows:
mim install mmcv-full
It alwa…
-
Hi! Thanks for opensourcing the code.
Both work use the segmentation loss for extra supervision to the mask feature(blender).
What is difference of these two?
From the code, I found that Blen…
lxtGH updated
2 years ago
-
Hello
Along with the box and class head i want to add another regression head which would regress a score for every box.
In which file do i need to modify?
#####################EDIT1
So i…
-
### 检查清单
- [X] 合法的、无木马植入的站点。
- [X] 有实质性原创内容的 HTTPS 站点,发布过至少 5 篇原创文章,内容题材不限。
- [X] 有独立域名,非免费域名。
### 站点信息
```json
{
"title": "Xue Yang",
"url": "https://yangxue0827.github.io/",
…
-
@Vegeta2020
while trying to train the model I am getting an error message "CUDA error: an illegal memory access was encountered"
and the training is flailing.
I am using:
Pytorch: 1.7.1
Tesla …