Robin Cole
Robin Cole
When running: ```python from geojsonio import display with open('map.geojson') as f: contents = f.read() display(contents) ``` with data from [Google](https://developers.google.com/maps/documentation/javascript/examples/layer-data-dragndrop#sample-geojson) in the file map.geojson I receive the following error: ```...
FAQ
in dicompyler/README.md FAQ points to a non-existent web-page ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38300139-faq?utm_campaign=plugin&utm_content=tracker%2F18109348&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18109348&utm_medium=issues&utm_source=github).
Help > Homepage leads to an out of date google page ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38300140-help-page?utm_campaign=plugin&utm_content=tracker%2F18109348&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18109348&utm_medium=issues&utm_source=github).
Kernel dies on startup with error: ``` [I 06:21:47.009 NotebookApp] Kernel started: 252fa957-c811-4954-a063-9a502638d9b0 Traceback (most recent call last): File "/anaconda3/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/anaconda3/lib/python3.6/runpy.py", line 85,...
On sagemaker studio, `ml.g4dn.xlarge` instance and pytorch 1.10 kernel, the notebook raises an error at `trainer.fit`: ``` /opt/conda/lib/python3.8/site-packages/torch/_utils.py in reraise(self) 432 # instantiate since we don't know how to 433...
https://github.com/googlecolab/colabtools/blob/master/examples/binary_segmentation_intro.ipynb linked on readme returns Notebook not found
**Link to the notebook** Amazon_JumpStart_Semantic_Segmentation.ipynb **What aspects of the notebook can be improved?** Show viewing training metrics - IOU vs epochs **What are your suggestions?** This is shown in the...
**Link to the notebook** Segmentation jump start **What aspects of the notebook can be improved?** Please provide example `class_label_to_prediction_index.json` contents **What are your suggestions?** It is one cell addition and...
Getting this error: ``` Epoch 19: 100% 430/430 [17:42
In https://kornia-tutorials.readthedocs.io/en/latest/image_matching.html there is ``` H, inliers = cv2.findFundamentalMat() ``` but this is confusing since the reader assumes this is returning the homography matrix. More clear would be ``` F,...