-
- [ ] https://github.com/howl0893/custom-object-detection-datasets/blob/master/python/coco_json_utils.py
- [ ] https://github.com/akTwelve/cocosynth/blob/master/docs/getting-started.md
- [ …
-
**Affects:** JuliaCall
**Describe the bug**
I sometimes get segfaults when importing julicall in combination with other packages.
```
x@x ~ % python -c 'import juliacall; import torch; from to…
-
-
With changing the batch size, I tried both PyTorch and Tensorflow versions of RandLANet on SemanticKITTI. For PyTorch, I could start training with batch size 5, while I could not with batch size 6 due…
-
Hello ! could you porvide me the training parameters set? beacause I train the model ,I found it can not reach the paper performance . Thank you !
-
The idea here is to create an autopilot that can flexibly drive on a network of sidewalks, making decisions at each intersection. The goal would be an autopilot that could be reprogrammed to drive a …
-
I have troubles with integration of semantic segmentation network and CRF layer.
This is the chunk of code where I'm trying to build a network:
```python
input_shape=(512, 512, 3)
n_class=1
i…
-
I am training edgetpu_mobilnet on the custom dataset and follow this link for the model selection. https://github.com/tensorflow/models/blob/master/research/deeplab/g3doc/model_zoo.md
However, I …
-
# error
```
(new) ➜ deeplab git:(master) sh test/train.sh
current path is /home/yzbx/git/deeplab
/home/yzbx/bin/miniconda3/envs/new/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning…
-
When I used my own dataset, I encounted an error!
My dataset contains 3 num_classes. But after I finished training my own dataset and used my trained model to predict test_images ( including 3 classe…