-
Because Alpaca REST API supports HTTP/2 access we can enable it in SDK and check how stable it works.
-
Hello, Thank you very much for your excellent work.
I have a question when running your code.
I don't quite understand the relationship between ori_shape, img_shape and pad_shape.
For example, the …
-
`Traceback (most recent call last):
File "train.py", line 422, in
nets = m.train(args)
File "train.py", line 337, in train
loss = model(data_dict)
File "/mnt/lustre/zhengchengyao/a…
-
Using SIAC-V2.3.5 and GDAL 2.3.3 on a recent Sentinel 2 observation returns the following error: `... .jp2' not recognized as a supported file format.`
This is returned after the following output: …
SFrav updated
4 years ago
-
According to this it should be pytorch=1.0.1
https://github.com/saic-violet/bilayer-model/blob/master/requirements.txt#L101
But running with pytorch=1.0.1 produce error:
```
from infer imp…
-
Hi,
Can I do multy class training? I have tried to add classes variable to data dict and changed num_classes to corresponding classes number into dataset, but no luck. Please find below my config
…
-
dear author:
when I am running your code ,I have got this error,how can I solve it
KeyError: 'AddHistory is not in the pipeline registry'
-
I tried to run a demo test on a single image. Firstly, I installed mmdetection as per the docs. But I am facing this issue, please help.
Command
```
!python3 demo/image_demo.py demo/demo.jpg config…
-
Thanks for sharing your code!
I have followed the procedure in the README and trained the model after 53000 step, So I made an experiment using the evaluator, below is the output
```
Step 53000…
-
Your colab doesn't work on its own and I changed it.
https://colab.research.google.com/gist/AlexRMU/1cedcc342e8cdec7bc8881007db77f4a/fbrs_interactive_segmentation.ipynb#scrollTo=7jDwxuLkHkRy
And rec…