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
I'm interested to retrain the model from scratch. It looks like the code expects a train_datafolder, which doesn't exist. The readme mentions a bunch of datasets that you've trained on, but it seems like the code expects a different format than the one available e.g. here.
Can you please confirm that the expectation is jpg images as input, and a png encoded in uint8 where the entire object takes the value 255 and all other pixels are 0?
The text was updated successfully, but these errors were encountered:
On Mon, May 11, 2020 at 12:52 PM Uri Merhav ***@***.***> wrote:
I'm interested to retrain the model from scratch. Looks like the code
expects a train_datafolder, which doesn't exist. The readme mentions a
bunch of datasets that you've trained on, but it seems like the code
expects a different format than the one available e.g. here
<http://elderlab.yorku.ca/SOD/>.
Can you please confirm that the expectation is jpg images as input, and a
png encoded in uint8 where the entire object is takes the value 255 and all
other pixels are 0?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSGORMCHYVIMFFJAZROK7TRRBCQBANCNFSM4M6FBOPQ>
.
I'm interested to retrain the model from scratch. It looks like the code expects a
train_data
folder, which doesn't exist. The readme mentions a bunch of datasets that you've trained on, but it seems like the code expects a different format than the one available e.g. here.Can you please confirm that the expectation is jpg images as input, and a png encoded in uint8 where the entire object takes the value 255 and all other pixels are 0?
The text was updated successfully, but these errors were encountered: