You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question:
The following error is reported when training MaskRCNN:
Solution:
In training\object_detection\pytorch\maskrcnn_benchmark\data\build.py, make_data_loader() method should only return data_loaders[0] when training, but now it returns data_loaders[0] and iterations_per_epoch to report this error.
The text was updated successfully, but these errors were encountered:
Question:
![image](https://private-user-images.githubusercontent.com/70991026/252258300-59e54d9e-15e5-4cc5-9ac6-dd332858f2da.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzgwNzYsIm5iZiI6MTczOTI3Nzc3NiwicGF0aCI6Ii83MDk5MTAyNi8yNTIyNTgzMDAtNTllNTRkOWUtMTVlNS00Y2M1LTlhYzYtZGQzMzI4NThmMmRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEyNDI1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIyOWVhMzhmNWMzNmIzZWZhZTdjY2IwYzFkN2Q0MWY4ZDQ2MjIwM2YwY2EzNWE5ZWZlMzI5ZWFlMjIxZDY4NWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MIVczXnpcEVSHqH0XgtqtE1jP9EH0s7utWhwXj2tzyU)
The following error is reported when training MaskRCNN:
Solution:
![image](https://private-user-images.githubusercontent.com/70991026/252259927-76dfbf84-52d8-465a-b512-6c9b24e74968.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzgwNzYsIm5iZiI6MTczOTI3Nzc3NiwicGF0aCI6Ii83MDk5MTAyNi8yNTIyNTk5MjctNzZkZmJmODQtNTJkOC00NjVhLWI1MTItNmM5YjI0ZTc0OTY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEyNDI1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEzNWEzNzMwMTIyNzJiYjRjMDNhOGMzYWExYTUwYzZhMjEwMjAzZmQwNjYyNjgzOGMzOTFjNWUzZGZiOWIxNjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MB6445PzLdhQA2l9gpZ2Mg5UKxlFd1iXYYdV6k0q8K8)
In training\object_detection\pytorch\maskrcnn_benchmark\data\build.py, make_data_loader() method should only return data_loaders[0] when training, but now it returns data_loaders[0] and iterations_per_epoch to report this error.
The text was updated successfully, but these errors were encountered: