healthonrails / annolid

An annotation and instance segmentation-based multiple animal tracking and behavior analysis package.
Other
39 stars 9 forks source link

Error uploading local dataset file #30

Closed jeremyforest closed 2 years ago

jeremyforest commented 2 years ago

Running the cells:

from google.colab import files
uploaded = files.upload()
dataset =  list(uploaded.keys())[0]  #"/content/dataset.zip"

leads to an error in Firefox. This seems like a common error. See https://github.com/googlecolab/colabtools/issues/51. Solution : add a comment to use chrome in the documentation

jeremyforest commented 2 years ago

@healthonrails Can I close this ?

healthonrails commented 2 years ago

Sure. Please go ahead!