-
Notifications
You must be signed in to change notification settings - Fork 0
Home
moilerat edited this page Jun 26, 2018
·
3 revisions
Welcome to the fotonowerpip wiki!
Fotonower's media (photo or video) are stored in object called photos that can be gathered in object called portfolio.
Here are the main function of FC package
- upload_medias : to upload local image's or photos
- list_filenames : list of string
- portfolio_id = 0 : Int
- create_portfolio : to create a portfolio
- portfolio_name : String
- list_photo_ids = [] : list of Int (photo_ids)
- veloursFeature : to retrieve Velours Deep Learning Features
Example file : https://github.com/fotonower/fotonowerpip/blob/master/doc/example/upload_photo_with_datou.py