This repository was archived by the owner on Nov 21, 2023. It is now read-only.
.ipynb notebook for running Detectron in Google Colab#772
Open
Dene33 wants to merge 5 commits intofacebookresearch:mainfrom
Open
.ipynb notebook for running Detectron in Google Colab#772Dene33 wants to merge 5 commits intofacebookresearch:mainfrom
Dene33 wants to merge 5 commits intofacebookresearch:mainfrom
Conversation
…b).ipynb moved there
Description of usage of notebooks/detectron(google_colab).ipynb added
Quick Start: Google Colab link fixed
|
Many thanks! |
Cell fixed to work actually. There is also the problem of double .jpg.jpg. Not sure why that happens, it seems like Detectron's problem.
|
Hi, can you provide a link to this notebooks folder and |
Author
https://github.com/Dene33/Detectron/tree/master/notebooks |
|
I have tried using ipynb notebook for detectron on colab with python 2 , cuda 10 and cudnn 7.5 /bin/bash: line 1: 409 Segmentation fault (core dumped) python -c 'from caffe2.python import core' 2> /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've created the
.ipynbnotebook with all the dependencies (including Caffe2) installed for Google Colab. So everyone will be able to run Detectron in browser. It is placed innotebooksfolder. Also added description inREADMEhow to run it.I have completed the CLA.