-
Hi, @Robert-JunWang . Thanks for the great job. I was wondering if you can share the stanford dog dataset with more samples. Or can you share the impelement details about how to create it?
-
Hi I am trying to run the baseline cosine method on ImageNet but I got the following mysterious error?
```
`TypeError: 'int' object is not subscriptable
In call to configurable 'four_layer_conv…
-
Can anyone download the ilsvrc2015 VID dataset?
http://bvisionweb1.cs.unc.edu/ilsvrc2015/ILSVRC2015_VID.tar.gz
http://image-net.org/challenges/LSVRC/2015/index
The links are dead.
-
Due to the large size of the ImageNet dataset, I am using the MiniImageNet dataset. I modified the YAML file accordingly.
datasets:
_target_: flava.definitions.TrainingDatasetsInfo
selected:
…
-
Hello @eltociear @cnulab
Thanks for you great work. Can I fine-tune your model on new defect private dataset which is related with defects? If yes, How we can do it? Because there is no file and y…
-
Hi,
I used "imagenet-resnet-152-dag" for fine-tuning to my dataset. However, I got the error as below. I am using two 6G gpus.
_Caused by:
Error using dagnn.Sum/forward (line 15)
Out o…
-
Thank you very much for posting the codebase! However, I'm having difficulty replicating the 71.0% acc mentioned in the paper for 'bLVNet-TAM-8×2', I only get around 55% when validating each epoch. Tr…
-
thanks for the great work of yolov and yolov++, in this repo, you mention how to fine-tune the model from a ptr-trained yolox model. However, i find that in the paper, base detector is trained with IL…
-
using well-known DL-models like ImageNet, GoogleNet and AlexNet we can detect an object like a small cat or a face in a bigger image, and mark the detected object by a box.
With tiny_dnn we want to us…
-
Hello dude, I am a beginner attempting to reproduce your article. However, I have found that the accuracy and training curves on Wandb are very poor. Could you please advise if this issue is due to my…