-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scraping Pinterest? #25
Comments
Hi. Thanks for using the tool. I have not had the use case myself, but if there are easy options to include this - why not? However, the tool piggy-backs on icrawler which only deals with Google, Bing and Baidu. |
I could manually search for the Pinterest board of relevance to the keyword(s) I'm searching (say on 'recliners') and put the url in the excel file. Then fastclass could crawl that using a capability such as https://github.com/xjdeng/pinterest-image-scraper |
Interesting. I quickly peeked into the mentioned package and unfortunately this requires selenium which is a pretty hefty burden for such a small package. |
How can I use the tool to image process a of my own images in a folder? I can't seem to get it to work (I'm new) |
Hi @oezeadi , Not quite sure what you are trying to do? If you want to classify a bunch of images you use the fc_clean command... |
I have a folder of my own images and I'd like to process that folder as I would using the fcd after it crawls.. |
Let me get back to you tomorrow... I’ll have a look at it 👨💻 |
ok thanks, can't wait! |
Ok @oezeadi I have some unfinished changes to fcc (there're also tk ui bugs I want to fix), but I just gave the current GitHub status a spin and I get the result that I expect... So if you want to assign images to certain classes you start the command with
Then you use the numbers 1-9 to assign a class number to the image. You will automatically move to the next after press... If you need to change the assignment you can use the left/ right arrow keys. Once done you save the assignment by pressing the X key. Is this what you are seeing, too? |
Hey, so I guess my first question should have been: does your program actually do other types of image processing (resizing, checking for right number of channels, remove duplicates, etc)? That is what I assumed fcd was doing after it crawled for images. If yes to above, then does the new fcc you updated do these checks too? I don't know how to tell if a batch of images have been properly "checked/process"... |
Ah ok. Right, this would make sense. I anticipated fcc to weed through the download and basically mark bad or misclassified ones (so run after fcd). C |
First of all, nicely done (good docs, easy install, works like a charm). Would find pinterest scraping quite useful ..
The text was updated successfully, but these errors were encountered: