Giter Site home page Giter Site logo

i008 / easyimages Goto Github PK

View Code? Open in Web Editor NEW
15.0 2.0 2.0 7.02 MB

Thin wrapper ontop of PIL to explore,visualize and share images

License: MIT License

Makefile 0.63% Python 8.22% Jupyter Notebook 90.33% Shell 0.82%
image-processing image-dataset visualization pillow pil image-viewer imread

easyimages's Introduction

i008

easyimages's People

Contributors

i008 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

imagr-ltd air000

easyimages's Issues

Operation not supported: 'results/v1.avi_frame_0.jpg' -> 'temp_link/v1.avi_frame_0.jpg'

  • easyimages version: 1.5
  • Python version: 3.6
  • Operating System: NA (Colab Notebook)

Description

while trying to explore images in folder "results" using:
L = EasyImageList.from_folder("results")
L.symlink_images()

got error:

What I Did

OSError                                   Traceback (most recent call last)
<ipython-input-109-43b03d11ef71> in <module>()
      2 
      3 L = EasyImageList.from_folder("results")
----> 4 L.symlink_images()
      5 L.html(sample = 500, size = 44)

/usr/local/lib/python3.6/dist-packages/easyimages/easyimages.py in symlink_images(self, base_path)
    303 
    304         for target, dest in zip(targets, destination):
--> 305             os.symlink(target, dest)
    306 
    307         for i, d in zip(self.images, destination):

OSError: [Errno 95] Operation not supported: 'results/v1.avi_frame_0.jpg' -> 'temp_link/v1.avi_frame_0.jpg'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.