Rahul-Venugopal

Results 14 issues of Rahul-Venugopal

Hi , Is it possible to run demo ( for example InceptionV3 model) on **all** the images in a **directory** together and save the results ?

Hi , Is there any > test script which can be used to test the model on an image belonging to a **class** from CUB dataset ? And it would...

Hi , Thanks for sharing the code. Actually I am trying to use this to generate bounding boxes for my project . Is it possible to train the model on...

Hi , I am running `python demo_image.py --image_name 'ILSVRC2012_val_00000004.JPEG'` and I am getting an error ``` Namespace(image_name='ILSVRC2012_val_00000004.JPEG', img_dir='examples/', input_size=321, num_classes=1000, save_dir='examples/results/', save_spg_c=True, snapshots='snapshots/imagenet_epoch_2_glo_step_128118.pth.tar', top_k=1) Traceback (most recent call last): File...

Hi , Is it possible to modify the bounding box available in the image accordingly with the help of this package ? Thanks Rahul

Hi , Thanks for the effort . Lets say I am working with VOC dataset. As far as I understood this repository will help to convert all the annotations in...

Hi , I am little bit confused about the ground truth. In this post the original image contains a bounding box. Does the training data contains the bounding box information...

Hi , I used download_images.py script for downloading the class forklift from Imagenet . The dataset consists of 1465 images and it shows 100% at the end. When I check...

Hi , I have trained using train.py . Is it possible to use the model to get the images shown in readme ? Thanks Rahul

Hi , Is there any trained model available ?