-
thanks for your codes. I try to reimplement the performance reported by the paper. But the performance is far from the paper reported after I run 5 times. Is the "tally_major result" the same as the m…
-
## Instructions To Reproduce the 🐛 Bug:
1. Full runnable code or full changes you made:
```
If making changes to the project itself, please use output of the following command:
git rev-parse HEAD;…
-
Hello everyone,
I would like to contribute to this project. I've cloned the git repo + installed mysql + maven/java. I'm able to build the project but not able to run it. Am i missing something ? Whe…
-
```
from mmcv import Config
cfg = Config.fromfile('./configs/faster_rcnn_r50_caffe_fpn_mstrain_1x_coco.py')
from mmdet.apis import set_random_seed
cfg.dataset_type = 'CocoDataset'
cfg.data_root…
-
Problem path: RotationDetection/alpharotate/libs/models/detectors/scrdet/build_whole_network.py
147 Line. feature, pa_mask = self.build_backbone(input_img_batch)
Since only one variabl…
-
Home Assistant should suggest Areas whenever the user goes to add one. Rough mockup:
![suggested_areas](https://i.imgur.com/s6zeAiz.jpg)
This would be a significant improvement to the overall us…
-
## Location
* Saigon, Vietnam
* Fulltime
* District 7
### Company domain:
* Live Streaming
* Real-time Interactive
* Private Social Network
## Salary Expectation
* $1800-2500
## …
-
1. What exact command you run:
OMP_NUM_THREADS=1 python tools/train_net.py --config-file configs/BlendMask/Base-BlendMask.yaml --num-gpus 1 OUTPUT_DIR training_dir/Base-BlendMask
2. __Full logs__ or…
KHKHG updated
2 years ago
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
Hi there! Your work is so awesome at the performence! I'd like to do something on it. But when I run the code you commited, I meet some question:
1. What's the label '0' refer to in your `ppmg_coco…