Ifty Mohammad Rezwan

Results 15 comments of Ifty Mohammad Rezwan

This is just an intuition. The torchvision models were specifically made for imagenet images which are 224X224. Normally all architectures made for imagenet follows the same procedures in the first...

Just wanted to add, it would also be cool, If a multi object tracking and segmentation baseline could be added like (TrackRCNN) https://github.com/VisualComputingInstitute/TrackR-CNN for example. As many benchmarks and workshops...

@jackylu0124 , If you are interested in effcient Depthwise Seperable Convolution based image generation in the GAN Space, you might find this work quite interesting. They provide comparisons with favorable...

For the password, you will need to contact the crwators of the dataset. Please the "Download Instrcutions" section under the following link. https://mmlab.ie.cuhk.edu.hk/projects/DeepFashion.html

Is anyone working on this? Currently started working on it. Using the (https://python-gitlab.readthedocs.io/en/v3.9.0/index.html) API for this. It's a python wrapper on the official Gitlab API. **Presently Ongoing:** At present running...

@ncoop57 Yeah. I haven't still started on the game plan yet. We can start on the star_count filtration once we have the CSV. I just called the gl.projects.list() API which...

Thank You. I will open a PR on the working branch then.

@ncoop57 I will open a PR by the end of today. Just updating on a few facts before that. It seems the python-gitlab API does not do well at scale....

@ncoop57 Last update before Actually uploading the script. You were right. There seems a limitation for gitlab requests like gitlab allows one to perform at most 2000 requests per minute.....

@ncoop57 Cool idea. We added that. In case of async. It's actually quite simple... If we add async.time(29). It performs a thousands requests per half minute(29 seconds wait, 1 second...