andrey
andrey
Is it possible to update the link above?
@HqWei Hello, as I got, you implemented train process, i also did it, but not correctly - the model doesn't learn anything. Could you share your implementation?
@l976308589 did you solve this problem?
just found the solution, in `inference.py` change to: ``` if __name__ == "__main__": # *********************** Parameter *********************** parser = argparse.ArgumentParser() parser.add_argument('--resume', default='weights/best_model.pth', help='trained model dir') parser.add_argument('--image_dir', default='images/', help='path for folder')...