Open sharmalakshay93 opened 2 years ago
One other detail: some of the images in my train and val set don't have the object of interest. For such images, there is no corresponding entry in "annotations" :
but there is an entry in "images" :
:
same here
@sharmalakshay93 ensure that you have specified the workflow variable in your config and have included (val,1) in that
@mjehanzaib999 thanks for your response! I'm not sure I understand what you're referring to. Could you pls point me to the line in the config I should change? Did this solve it for you?
@sharmalakshay93 workflow = [('train', 1), ('val',1)] add this to your config if its not already there
@sharmalakshay93 btw what bash command are you running for soft teacher training?
Thanks, I've been running bash tools/dist_train.sh configs/soft_teacher/soft_teacher_faster_rcnn_r50_caffe_fpn_coco_full_720k.py 2
@sharmalakshay93 were you able to run validation?
Hi, I don't see any results on the validation set. I've created a custom dataset with 1 class. On the stdout, I'm seeing this every 4000 iterations:
In the logs, I'm seeing this:
I'm not sure why it doesn't seem to evaluate. I've changed the config in
/vc_data/users/lashar/fhl_spring2022/reinstalled/SoftTeacher/configs/soft_teacher/soft_teacher_faster_rcnn_r50_caffe_fpn_coco_full_720k.py
to haveval
as adict
:I choose not to use
wandb
to visualize results, not sure if this causes any issues.Appreicate any pointers, thanks!