-
```
python3 -m tools.train_net --num-gpus 8 \
--config-file configs/PascalVOC-detection/split1/faster_rcnn_R_101_FPN_ft_all1_1shot.yaml \
--opts MODEL.WEIGHTS $WEIGHTS_PATH
```
Sh…
-
MAIA disallows processing of images that are too large to fit into GPU memory. We could implement processing in a sliding window fashion (on smaller image crops, e.g. 4096x4096) if the image is too la…
-
### In a few words, describe your idea
720gt gpu
### More information
is there any vesion link for 720gt gpu please
-
Since the supported Face Detection models may vary by camera, the API proposed in PR 89 can potentially give varying results depending on the hardware. This will impose a support burden on applicatio…
-
Hi all,
I am trying to perform live streaming detection on custom dataset using TinyYolov3.
However I am only able to use cpu to perform the live stream, and it takes around 1-2 second to detect…
-
## 2. Describe the issue
When constructing a model with the tensorflow 2 object detection API, what is the floating precision used during training ?
Also, the pipeline.config used to configurate…
Chop1 updated
2 years ago
-
Hi AlexeyAB
I rebuild yolo dll on my own project. with use opencv2.4.13 CUDA8.0
I haved deploy opencv environment and CUDA environment by my own PC
when I build the project . An error occurre…
-
I added support of Tensor Cores in my fork: https://github.com/AlexeyAB/darknet
To accelerate **Detection 3x** times and **Training 2x** times (with the same Loss and mAP) using Tensor Cores are requ…
-
Hi shangjie-li,
I appreciate your help to apply your code for object detection on my lidar data. I am able to successfully train the model and get the predictions on my train and test dataset. I ne…
-
## Please use the template below to post a question to https://discourse.scverse.org/c/ecosytem/cell2location/.
### Problem
I am trying to run the example in the following page:
https://cell2loc…