-
1. 代码、输入等完全一样
2. 结果不一致(不确定性会出现哪个结果)
(1)结果一:
python demo.py experiments/seg_detector/totaltext_resnet18_deform_thre.yaml --image_path ./datasets/total_text/test_images/img1000.jpg --resume ./models…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
We should add helper functions to RobotDARTSimu for easily adding visualization things. Here's a list:
- Ghost robots (clone of robots with different colors/shading that do not interact with the en…
-
Hi,
I'm running a Windows 8.1 x64 box with the following software and dependences:
- Visual Studio 2012
- CMake 3.0.2
- Windows SDK 8.1 Kit
- Flann 1.8.4 (already compiled for VS x64)
- Boost 1.5.6 (a…
-
- Discuss the algorithm of creation of a fundament for figure
- Try to find related algorithms in the internet
- Think about parallel implementation of algorithms
- Compare all variants, chose the …
-
The area attribute for a convexhull is incorrect:
```python
from scipy.spatial import ConvexHull
points = np.array([[0,0],[1,0],[1,1],[0,1]]) # 1x1 square
hull = ConvexHull(points)
```
`…
-
## Dynamo version
1.1.0
## Operating system
Win 10
## What did you do?
Convex Hull with 1D list of points (about 600)
## What did you expect to see?
A Convex hull
## What did you see instead?
![i…
-
Write a comment below, which functions did you pick from #6 ?
-
After removing all .cuda() calls after I ran that command:
sudo python3 demo.py --config config/vox-adv-256.yaml --driving_video ja.mp4 --source_image michal.png --checkpoint vox-adv-cpk.pth.tar --…
-
As pointed out by @tylerjereddy in #5232, the ``scipy.spatial.SphericalVoronoi`` algorithm does not cover cases where all generator points are on a single hemisphere. How would an extension of the alg…